MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / DebugF

Method DebugF

cli/pkg/common/log.go:276–283  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

274}
275
276func (sLog *smartIDELogStruct) DebugF(format string, args ...interface{}) {
277
278 validF(format, args...)
279
280 msg := fmt.Sprintf(format, args...)
281
282 SmartIDELog.Debug(msg)
283}
284
285func (sLog *smartIDELogStruct) Debug(args ...string) {
286

Callers 10

RetryFunction · 0.80
ExecSSHkeyPolicyMethod · 0.80
UpdateSSHConfigMethod · 0.80
RemoveSSHConfigMethod · 0.80
updateRecordFunction · 0.80
patchNodeKeyValueFunction · 0.80
getIdentityFileFunction · 0.80

Calls 2

validFFunction · 0.85
DebugMethod · 0.80

Tested by

no test coverage detected