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

Function newFunc

stack/stack_test.go:371–379  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

369}
370
371func newFunc(s string) Func {
372 f := Func{}
373 if s != "" {
374 if err := f.Init(s); err != nil {
375 panic(err)
376 }
377 }
378 return f
379}
380
381func newCall(f string, a Args, s string, l int) Call {
382 c := Call{Func: newFunc(f), Args: a}

Callers 6

TestGomoduleComplexFunction · 0.70
TestFuncInitFunction · 0.70
newCallFunction · 0.70
getSignatureFunction · 0.70
TestSymbolFunction · 0.70
getBucketsFunction · 0.70

Calls 1

InitMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…