MCPcopy
hub / github.com/Doorman11991/smallcode / info

Method info

src/compiled/logger.js:30–32  ·  view source on GitHub ↗
(event, fields = {})

Source from the content-addressed store, hash-verified

28 fn(JSON.stringify(full));
29 }
30 info(event, fields = {}) {
31 this.emit({ level: "info", event, status: "success", trace_id: fields.trace_id || "", ...fields });
32 }
33 warn(event, fields = {}) {
34 this.emit({ level: "warn", event, status: "rejected", trace_id: fields.trace_id || "", ...fields });
35 }

Callers 14

executeFlowFunction · 0.45
executeFlowFunction · 0.45
prompt_code_assistFunction · 0.45
prompt_compress_historyFunction · 0.45
repair_code_assistFunction · 0.45
repair_code_assistFunction · 0.45
validateTypeScriptStringFunction · 0.45
runLoopFunction · 0.45
validateTypeScriptStringFunction · 0.45
runLoopFunction · 0.45

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected