View Source Patch.Mock.Code.Transforms.Filter (patch v0.15.0)

Filters the functions and specifications in a module to the exports provided.

Summary

Functions

Link to this function

transform(abstract_forms, exports)

View Source
@spec transform(
  abstract_forms :: [Patch.Mock.Code.form()],
  exports :: Patch.Mock.Code.exports()
) :: [
  Patch.Mock.Code.form()
]