MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / onReceive

Function onReceive

scripts/function-stalker.js:215–215  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

213 Stalker.follow(tid, {
214 events: eventsConfig(),
215 onReceive(events) { drainEvents(tid, state, events); },
216 });
217 } catch (e) {
218 console.log(`${C.red}[fstalk] follow ${tid} failed: ${e}${C.reset}`);

Callers

nothing calls this directly

Calls 1

drainEventsFunction · 0.70

Tested by

no test coverage detected