Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
230
function
getLogDisplayPath(): string {
231
return
`${config.logDir}/${config.logFileName}`;
232
}
233
234
export
const
DebugPlugin: Plugin =
async
({ directory }) => {
235
const
LOG_PATH = getLogPath(directory);
Callers
1
execute
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected