Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/maruel/panicparse
/ buffered
Method
buffered
stack/reader.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(r *reader) buffered() []byte {
54
return
r.buf[r.r:r.w]
55
}
56
57
func
(r *reader) readSlice() ([]byte, error) {
58
for
s := 0; ; r.fill() {
Callers
1
ScanSnapshot
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected