↓ 5 callersFunctionisImmutableKindfunc doPanic(tag string, format string, params ...interface{}) { params2 := make([]interface{}, len(params)+1) params2[0] = tag copy(params2[1:], p
deepfence_agent/tools/apache/deepfence/ugorji/go/codec/helper.go:1134
↓ 4 callersFunctionconstructIndirectMatchInit(
nodeType string,
extendedField string,
name string,
filter SearchFilter,
extendedFilter SearchFilter,
deepfence_server/reporters/search/search.go:187