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

Method ParseLine

internal/agent/cursor.go:55–57  ·  view source on GitHub ↗

ParseLine implements loop.Provider.

(line string)

Source from the content-addressed store, hash-verified

53
54// ParseLine implements loop.Provider.
55func (p *CursorProvider) ParseLine(line string) *loop.Event {
56 return loop.ParseLineCursor(line)
57}
58
59// LogFileName implements loop.Provider.
60func (p *CursorProvider) LogFileName() string { return "cursor.log" }

Callers 1

Calls 1

ParseLineCursorFunction · 0.92

Tested by 1