Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kuangcp/Note
/ logInfo
Function
logInfo
create_tree.py:32–33 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
30
print(
'%s%s%s'
%(red, msg, end))
31
32
def
logInfo(msg):
33
print(
'%s%s%s'
%(green, msg, end))
34
35
def
printParam(verb, args, comment):
36
print(
' %s%-5s %s%-6s %s%s'
%(green, verb, yellow, args, end, comment))
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected