MCPcopy Create free account
hub / github.com/callstack/agent-device / resolveAppLogPidPath

Method resolveAppLogPidPath

src/daemon/session-store.ts:89–91  ·  view source on GitHub ↗
(sessionName: string)

Source from the content-addressed store, hash-verified

87 }
88
89 resolveAppLogPidPath(sessionName: string): string {
90 return path.join(this.resolveSessionDir(sessionName), 'app-log.pid');
91 }
92
93 static expandHome(filePath: string, cwd?: string): string {
94 return expandSessionPath(filePath, cwd);

Callers 3

handleLogsClearFunction · 0.80
handleLogsStartFunction · 0.80
session.test.tsFile · 0.80

Calls 1

resolveSessionDirMethod · 0.95

Tested by

no test coverage detected