runtime.Frame.File (field)
14 uses
runtime (current package)
extern.go#L206: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L48: File string
symtab.go#L148: frame.File, frame.Line = file, int(line)
symtab.go#L227: File: gostring(arg.file),
trace.go#L907: file := f.File
runtime/pprof
pprof.go#L505: fmt.Fprintf(w, "#\t%#x\t%s+%#x\t%s:%d\n", frame.PC, name, frame.PC-frame.Entry, frame.File, frame.Line)
proto.go#L225: if frame.PC == 0 || frame.Function == "" || frame.File == "" || frame.Line == 0 {
proto.go#L544: newFuncs = append(newFuncs, newFunc{funcID, frame.Function, frame.File})
golang.org/x/xerrors
frame.go#L40: return fr.Function, fr.File, fr.Line
net/http
server.go#L1138: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1143: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1585: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3388: logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
testing
testing.go#L532: file := frame.File
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |