MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / ParseLine

Method ParseLine

internal/agent/codex.go:47–49  ·  view source on GitHub ↗

ParseLine implements loop.Provider.

(line string)

Source from the content-addressed store, hash-verified

45
46// ParseLine implements loop.Provider.
47func (p *CodexProvider) ParseLine(line string) *loop.Event {
48 return loop.ParseLineCodex(line)
49}
50
51// LogFileName implements loop.Provider.
52func (p *CodexProvider) LogFileName() string { return "codex.log" }

Callers 1

Calls 1

ParseLineCodexFunction · 0.92

Tested by 1