MCPcopy Create free account
hub / github.com/google/pprof / fileError

Method fileError

internal/report/source.go:969–971  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

967}
968
969func (reader *sourceReader) fileError(path string) error {
970 return reader.errors[path]
971}
972
973// line returns the line numbered "lineno" in path, or _,false if lineno is out of range.
974func (reader *sourceReader) line(path string, lineno int) (string, bool) {

Callers 1

getSourceFromFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected