MCPcopy 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
31function file() {
32 return path.join(Global.Path.log, "direct", `${stamp()}-${process.pid}.jsonl`)
33}
34
35function latest() {
36 return path.join(Global.Path.log, "direct", "latest.json")

Callers 1

traceFunction · 0.70

Calls 1

stampFunction · 0.70

Tested by

no test coverage detected