MCPcopy Index your code
hub / github.com/bytebase/bytebase / BBStack

Function BBStack

backend/common/log/log.go:43–46  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

41}
42
43func BBStack(key string) slog.Attr {
44 stack := stacktrace.TakeStacktrace(20 /* n */, 3 /* skip */)
45 return slog.Any(key, stack)
46}

Callers 9

CheckFunction · 0.92
trySyncAllMethod · 0.92
RunExecutorOnceFunction · 0.92
runTaskRunOnceMethod · 0.92
runOnceMethod · 0.92
handleMethod · 0.92
doACLCheckMethod · 0.92
recoverMiddlewareFunction · 0.92

Calls 1

TakeStacktraceFunction · 0.92

Tested by

no test coverage detected