Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/LionSec/katoolin
/ format
Function
format
core/gear.py:234–237 ·
view source on GitHub ↗
(category)
Source
from the content-addressed store, hash-verified
232
return
num
233
234
def
format(category):
235
category = category.replace(
'_'
,
' '
)
236
category = category.title()
237
return
category
Callers
3
show_categories
Function · 0.85
load_category
Function · 0.85
search_tool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected