Patch.Mock.Code.Transforms.Remote (patch v0.7.0) View Source
Link to this section Summary
Functions
Transforms the provided forms to rewrite any local call into a remote call to
the provided module
.
Link to this section Functions
Specs
transform(abstract_forms :: [Patch.Mock.Code.form()], module :: module()) :: [ Patch.Mock.Code.form() ]
Transforms the provided forms to rewrite any local call into a remote call to
the provided module
.