MCPcopy Create free account
hub / github.com/chrispyers/openkiwi / debug

Function debug

tools/github/github.ts:11–13  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

9const DEBUG = process.env.GITHUB_DEBUG === 'true' || process.env.GITHUB_DEBUG === '1';
10
11function debug(...args: unknown[]) {
12 if (DEBUG) console.log('[GitHub:DEBUG]', ...args);
13}
14
15debug('Module loaded. GH_TOKEN set:', !!process.env.GH_TOKEN);
16

Callers 2

github.tsFile · 0.70
ghApiFunction · 0.70

Calls 1

logMethod · 0.80

Tested by

no test coverage detected