MCPcopy Index your code
hub / github.com/coder/slog / fillFromFrame

Method fillFromFrame

slog.go:185–190  ·  view source on GitHub ↗
(f runtime.Frame)

Source from the content-addressed store, hash-verified

183}
184
185func (ent SinkEntry) fillFromFrame(f runtime.Frame) SinkEntry {
186 ent.Func = f.Function
187 ent.File = f.File
188 ent.Line = f.Line
189 return ent
190}
191
192func (ent SinkEntry) fillLoc(skip int) SinkEntry {
193 // Copied from testing.T

Callers 1

fillLocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected