Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/pprof
/ write
Method
write
internal/binutils/addr2liner.go:56–56 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
54
// one line at a time.
55
type
lineReaderWriter
interface
{
56
write(string) error
57
readLine() (string, error)
58
close()
59
}
Callers
2
addrInfo
Method · 0.65
rawAddrInfo
Method · 0.65
Implementers
3
llvmSymbolizerJob
internal/binutils/addr2liner_llvm.go
addr2LinerJob
internal/binutils/addr2liner.go
mockAddr2liner
internal/binutils/binutils_test.go
Calls
no outgoing calls
Tested by
no test coverage detected