Method: AppMap::Handler::FunctionHandler#handle_return
- Defined in:
- lib/appmap/handler/function_handler.rb
#handle_return(call_event_id, elapsed, return_value, exception) ⇒ Object
14 15 16 |
# File 'lib/appmap/handler/function_handler.rb', line 14 def handle_return(call_event_id, elapsed, return_value, exception) AppMap::Event::MethodReturn.build_from_invocation(call_event_id, return_value, exception, elapsed: elapsed) end |