Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inancgumus/learngo
/ main
Function
main
logparser/testing/main.go:18–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
)
17
18
func
main() {
19
p := report.New()
20
21
in := bufio.NewScanner(os.Stdin)
22
for
in.Scan() {
23
p.Parse(in.Text())
24
}
25
26
summarize(p.Summarize(), p.Err(), in.Err())
27
}
Callers
nothing calls this directly
Calls
5
New
Function · 0.92
Summarize
Method · 0.80
summarize
Function · 0.70
Parse
Method · 0.65
Err
Method · 0.65
Tested by
no test coverage detected