Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/goleak
/ newStackParser
Function
newStackParser
internal/stack/stacks.go:101–105 ·
view source on GitHub ↗
(r io.Reader)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
newStackParser(r io.Reader) *stackParser {
102
return
&stackParser{
103
scan: newScanner(r),
104
}
105
}
106
107
func
(p *stackParser) Parse() ([]Stack, error) {
108
for
p.scan.Scan() {
Callers
4
TestParseStack
Function · 0.85
TestParseStackErrors
Function · 0.85
TestParseStackFixtures
Function · 0.85
getStacks
Function · 0.85
Calls
1
newScanner
Function · 0.85
Tested by
3
TestParseStack
Function · 0.68
TestParseStackErrors
Function · 0.68
TestParseStackFixtures
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…