Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/pprof
/ PrintErr
Method
PrintErr
internal/driver/options.go:71–73 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(ui *stdUI) PrintErr(args ...
interface
{}) {
72
ui.fprint(os.Stderr, args)
73
}
74
75
func
(ui *stdUI) IsTerminal() bool {
76
return
false
Callers
nothing calls this directly
Calls
1
fprint
Method · 0.95
Tested by
no test coverage detected