MCPcopy Index your code
hub / github.com/callstack/agent-device / activeConnectionStatePath

Function activeConnectionStatePath

src/remote/remote-connection-state.ts:193–195  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

191}
192
193function activeConnectionStatePath(stateDir: string): string {
194 return path.join(stateDir, 'remote-connections', '.active-session.json');
195}
196
197export function readActiveConnectionState(options: {
198 stateDir: string;

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected