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

Function onReceive

scripts/thread-stalker.js:291–293  ·  view source on GitHub ↗
(events)

Source from the content-addressed store, hash-verified

289 Stalker.follow(tid, {
290 events: eventsConfig(),
291 onReceive(events) {
292 drainEvents(tid, state, events);
293 },
294 });
295 } catch (e) {
296 console.log(`${C.red}[stalk] follow ${tid} failed: ${e}${C.reset}`);

Callers

nothing calls this directly

Calls 1

drainEventsFunction · 0.70

Tested by

no test coverage detected