Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/pprof
/ Open
Method
Open
internal/plugin/plugin.go:51–51 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
49
// typically a filename.
50
type
Writer
interface
{
51
Open(name string) (io.WriteCloser, error)
52
}
53
54
// A FlagSet creates and parses command-line flags.
Callers
nothing calls this directly
Implementers
8
Binutils
internal/binutils/binutils.go
testObj
internal/driver/fetch_test.go
oswriter
internal/driver/options.go
fakeObjTool
internal/driver/webui_test.go
mockObjTool
internal/driver/driver_test.go
mockObjTool
internal/symbolizer/symbolizer_test.go
internalObjTool
driver/driver.go
fakeObjTool
browsertests/testutils.go
Calls
no outgoing calls
Tested by
no test coverage detected