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

Method InfoF

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

Source from the content-addressed store, hash-verified

258}
259
260func (sLog *smartIDELogStruct) InfoF(format string, args ...interface{}) {
261
262 validF(format, args...)
263
264 msg := fmt.Sprintf(format, args...)
265
266 SmartIDELog.Info(msg)
267}
268
269func validF(format string, args ...interface{}) {
270 if strings.Count(format, "%v") != len(args) {

Callers 15

AutoTunnelFunction · 0.80
SaveTempFilesMethod · 0.80
appendRecordFunction · 0.80
ensureSSHConfigFileExistFunction · 0.80
getDockerComposeMethod · 0.80
reset.goFile · 0.80
host-add.goFile · 0.80
RemoveRemoteFunction · 0.80
RemoveLocalFunction · 0.80

Calls 2

validFFunction · 0.85
InfoMethod · 0.80

Tested by

no test coverage detected