Rewire.Cover (rewire v0.10.0) View Source

Abuse cover private functions to move stuff around.

Adapted from mimic's solution: https://github.com/edgurgel/mimic/blob/5d3e651ce78473195c70ab86c9d2d0609a12dd3b/lib/mimic/cover.ex

Which is based on meck's solution: https://github.com/eproxus/meck/blob/2c7ba603416e95401500d7e116c5a829cb558665/src/meck_cover.erl#L67-L91

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

compile(eval_result, old_mod_name)

View Source
Link to this function

track(new_module, original_module)

View Source