Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniCodeMonkey/chief
/ ParseLine
Method
ParseLine
internal/agent/opencode.go:39–41 ·
view source on GitHub ↗
(line string)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(p *OpenCodeProvider) ParseLine(line string) *loop.Event {
40
return
loop.ParseLineOpenCode(line)
41
}
42
43
func
(p *OpenCodeProvider) LogFileName() string {
return
"opencode.log"
}
44
Callers
1
TestOpenCodeProvider_ParseLine
Function · 0.95
Calls
1
ParseLineOpenCode
Function · 0.92
Tested by
1
TestOpenCodeProvider_ParseLine
Function · 0.76