Method: AppMap::Event::MethodEvent.build_from_invocation

Defined in:
lib/appmap/event.rb

.build_from_invocation(me, event_type) ⇒ Object



24
25
26
27
28
# File 'lib/appmap/event.rb', line 24

def build_from_invocation(me, event_type)
  me.id = AppMap::Event.next_id_counter
  me.event = event_type
  me.thread_id = Thread.current.object_id
end