Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
43
func
BBStack(key string) slog.Attr {
44
stack := stacktrace.TakeStacktrace(20 /* n */, 3 /* skip */)
45
return
slog.Any(key, stack)
46
}
Callers
9
Check
Function · 0.92
trySyncAll
Method · 0.92
RunExecutorOnce
Function · 0.92
runTaskCompletionListener
Method · 0.92
runTaskRunOnce
Method · 0.92
runOnce
Method · 0.92
handle
Method · 0.92
doACLCheck
Method · 0.92
recoverMiddleware
Function · 0.92
Calls
1
TakeStacktrace
Function · 0.92
Tested by
no test coverage detected