runtime.Frame.File (field)
17 uses
runtime (current package)
extern.go#L212: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L49: File string
symtab.go#L156: frame.File, frame.Line = file, int(line)
symtab.go#L237: File: gostring(arg.file),
trace.go#L922: file := f.File
runtime/pprof
pprof.go#L506: 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#L222: if frame.PC == 0 || frame.Function == "" || frame.File == "" || frame.Line == 0 {
proto.go#L549: newFuncs = append(newFuncs, newFunc{funcID, frame.Function, frame.File})
github.com/go-pg/migrations/v8
collection.go#L137: return f.File
go.uber.org/zap
logger.go#L378: File: frame.File,
stacktrace.go#L173: sf.b.AppendString(frame.File)
golang.org/x/tools/internal/pkgbits
frames_go17.go#L23: visit(frame.File, frame.Line, frame.Function, frame.PC-frame.Entry)
net/http
server.go#L1137: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1142: 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#L3452: logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
testing
testing.go#L646: file := frame.File