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

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

Link to this section Summary

Link to this section 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()
]