MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / sessionKey

Function sessionKey

src/agents/claude-code.ts:19–21  ·  view source on GitHub ↗
(model: string, cwd: string)

Source from the content-addressed store, hash-verified

17];
18
19function sessionKey(model: string, cwd: string): string {
20 return `${cwd}::${model}`;
21}
22
23function logJson(value: unknown, options: Agent.RunOptions): void {
24 let message: string;

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected