MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Debugf

Function Debugf

log/log.go:16–18  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

14}
15
16func Debugf(format string, args ...any) {
17 defaultLogger.logMsg(DebugLevel, fmt.Sprintf(format, args...))
18}
19
20func Info(args ...any) {
21 defaultLogger.logMsg(InfoLevel, fmt.Sprint(args...))

Callers 15

resolveKeychainPasswordFunction · 0.92
discoverFromConfigsFunction · 0.92
deriveKeysMethod · 0.92
extractMethod · 0.92
countMethod · 0.92
acquireFilesMethod · 0.92
extractCategoryMethod · 0.92
countCategoryMethod · 0.92
extractPasswordsFunction · 0.92
readNamedProfilesFromDBFunction · 0.92
extractMethod · 0.92
countMethod · 0.92

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected