MCPcopy Index your code
hub / github.com/MrgSub/opencode-debug / getLogDisplayPath

Function getLogDisplayPath

src/index.ts:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228}
229
230function getLogDisplayPath(): string {
231 return `${config.logDir}/${config.logFileName}`;
232}
233
234export const DebugPlugin: Plugin = async ({ directory }) => {
235 const LOG_PATH = getLogPath(directory);

Callers 1

executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected