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

Function getLogPath

src/index.ts:226–228  ·  view source on GitHub ↗
(directory: string)

Source from the content-addressed store, hash-verified

224let storedNgrokToken: string | undefined;
225
226function getLogPath(directory: string): string {
227 return `${directory}/${config.logDir}/${config.logFileName}`;
228}
229
230function getLogDisplayPath(): string {
231 return `${config.logDir}/${config.logFileName}`;

Callers 1

DebugPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected