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

Method Debug

backend/component/ghost/logger.go:23–25  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

21}
22
23func (l *ghostLogger) Debug(args ...any) {
24 slog.DebugContext(l.ctx, fmt.Sprintf(args[0].(string), args[1:]...))
25}
26
27func (l *ghostLogger) Debugf(format string, args ...any) {
28 slog.DebugContext(l.ctx, fmt.Sprintf(format, args...))

Callers 15

UserInfoMethod · 0.80
UserInfoMethod · 0.80
ValidateSQLForEditorFunction · 0.80
classifyColumnsFunction · 0.80
initCatalogMethod · 0.80
classifyColumnsFunction · 0.80
AsPingCapASTMethod · 0.80
DatabaseExistsFunction · 0.80
CheckMethod · 0.80
SyncDBSchemaMethod · 0.80
getVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected