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

Function validF

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

Source from the content-addressed store, hash-verified

267}
268
269func validF(format string, args ...interface{}) {
270 if strings.Count(format, "%v") != len(args) {
271 msg := fmt.Sprintf(": format tag reads arg count != length of args; format: %v, values: %v", format, args)
272 panic(msg)
273 }
274}
275
276func (sLog *smartIDELogStruct) DebugF(format string, args ...interface{}) {
277

Callers 3

InfoFMethod · 0.85
DebugFMethod · 0.85
WarningFMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected