MCPcopy
hub / github.com/codeaashu/claude-code / debug

Function debug

src/tools/BriefTool/upload.ts:56–58  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

54}
55
56function debug(msg: string): void {
57 logForDebugging(`[brief:upload] ${msg}`)
58}
59
60/**
61 * Base URL for uploads. Must match the host the token is valid for.

Callers 1

uploadBriefAttachmentFunction · 0.70

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected