Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
function
sessionKey(model: string, cwd: string): string {
20
return
`${cwd}::${model}`;
21
}
22
23
function
logJson(value: unknown, options: Agent.RunOptions): void {
24
let
message: string;
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected