MCPcopy Create free account
hub / github.com/SplootCode/splootcode / processCategory

Function processCategory

python/generate_tray.py:139–143  ·  view source on GitHub ↗
(data, builtin_docs, sploot_nodes)

Source from the content-addressed store, hash-verified

137 return nodes
138
139def processCategory(data, builtin_docs, sploot_nodes):
140 return {
141 'category': data['category'],
142 'entries': [processEntry(listing, builtin_docs, sploot_nodes) for listing in data.get('entries', [])]
143 }
144
145def generate_file(data, filename):
146 builtin_docs = generate_builtins_docs()

Callers 2

processEntryFunction · 0.85
generate_fileFunction · 0.85

Calls 1

processEntryFunction · 0.85

Tested by

no test coverage detected