MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / log

Function log

src/runtime/agent.ts:51–51  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

49
50const DEBUG = true;
51const log = (...args: unknown[]) => DEBUG && console.log(...args);
52const write = (data: string) => DEBUG && process.stdout.write(data);
53
54const BUILTIN_SKILL_CREATOR_NAME = "skill-creator";

Callers 5

getOrCreateSessionMethod · 0.85
runMethod · 0.85
handleCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected