MCPcopy Index your code
hub / github.com/Opencode-DCP/opencode-dynamic-context-pruning / info

Method info

lib/logger.ts:91–94  ·  view source on GitHub ↗
(message: string, data?: any)

Source from the content-addressed store, hash-verified

89 }
90
91 info(message: string, data?: any) {
92 const component = this.getCallerFile(2)
93 return this.write("INFO", component, message, data)
94 }
95
96 debug(message: string, data?: any) {
97 const component = this.getCallerFile(2)

Callers 15

index.tsFile · 0.80
createEventHandlerFunction · 0.80
handleStatsCommandFunction · 0.80
handleSweepCommandFunction · 0.80
handleHelpCommandFunction · 0.80
handleRecompressCommandFunction · 0.80
handleDecompressCommandFunction · 0.80
loadSessionStateFunction · 0.80
syncToolCacheFunction · 0.80

Calls 2

getCallerFileMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected