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

Function generate_file

python/generate_tray.py:145–153  ·  view source on GitHub ↗
(data, filename)

Source from the content-addressed store, hash-verified

143 }
144
145def generate_file(data, filename):
146 builtin_docs = generate_builtins_docs()
147 sploot_nodes = generate_sploot_node_docs()
148
149 result = {}
150 result = processCategory(data, builtin_docs, sploot_nodes)
151
152 with open(filename, 'w') as f:
153 json.dump(result, f)
154
155
156if __name__ == '__main__':

Callers 1

generate_tray.pyFile · 0.85

Calls 3

generate_builtins_docsFunction · 0.90
processCategoryFunction · 0.85

Tested by

no test coverage detected