MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / js_is_emit_method

Function js_is_emit_method

internal/cbm/extract_channels.c:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 * ══════════════════════════════════════════════════════════════════ */
251
252static bool js_is_emit_method(const char *name) {
253 return name && strcmp(name, "emit") == 0;
254}
255
256static bool js_is_listen_method(const char *name) {
257 return name && (strcmp(name, "on") == 0 || strcmp(name, "addListener") == 0 ||

Callers 1

js_process_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected