Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ file
Function
file
packages/opencode/src/cli/cmd/run/trace.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
function
file() {
32
return
path.join(Global.Path.log,
"direct"
, `${stamp()}-${process.pid}.jsonl`)
33
}
34
35
function
latest() {
36
return
path.join(Global.Path.log,
"direct"
,
"latest.json"
)
Callers
1
trace
Function · 0.70
Calls
1
stamp
Function · 0.70
Tested by
no test coverage detected