MCPcopy Create free account
hub / github.com/EASY233/Finger / success

Method success

config/log.py:44–45  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

42 return LOGGER.log(LoggingLevel.WARNING, msg)
43
44 def success(msg):
45 return LOGGER.log(LoggingLevel.SUCCESS, msg)
46
47

Callers 3

outJsonMethod · 0.80
outXlsMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected