MCPcopy Index your code
hub / github.com/maruel/panicparse / newCall

Function newCall

stack/stack_test.go:381–385  ·  view source on GitHub ↗
(f string, a Args, s string, l int)

Source from the content-addressed store, hash-verified

379}
380
381func newCall(f string, a Args, s string, l int) Call {
382 c := Call{Func: newFunc(f), Args: a}
383 c.init(s, l)
384 return c
385}
386
387func newCallLocal(f string, a Args, s string, l int) Call {
388 c := newCall(f, a, s, l)

Callers 8

TestAggregateAggressiveFunction · 0.85
TestCallPkgFunction · 0.85
newCallLocalFunction · 0.85
getBucketsFunction · 0.85
TestAugmentFunction · 0.85

Calls 2

initMethod · 0.95
newFuncFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…