PropCheck.Instrument.prepend_call

You're seeing just the function prepend_call, go back to PropCheck.Instrument module for more information.
Link to this function

prepend_call(to_be_wrapped_call, new_call)

View Source

Specs

prepend_call(
  to_be_wrapped_call :: erl_ast_remote_call(),
  new_call :: erl_ast_remote_call()
) :: erl_ast_block()

Prepends the call to to_be_wrapped_call by a call to new_call. The result of new_call is ignored.

All arugments and return values are in Erlang Astract Form.