MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / warn

Function warn

src/utils/tasknotesLogger.ts:94–96  ·  view source on GitHub ↗
(message, metadata)

Source from the content-addressed store, hash-verified

92 emitLog(sink, "info", options.tag, message, metadata);
93 },
94 warn(message, metadata) {
95 emitLog(sink, "warn", options.tag, message, metadata);
96 },
97 error(message, metadata) {
98 emitLog(sink, "error", options.tag, message, metadata);
99 },

Callers

nothing calls this directly

Calls 1

emitLogFunction · 0.85

Tested by

no test coverage detected