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

Function processExample

python/generate_tray.py:8–13  ·  view source on GitHub ↗
(ex)

Source from the content-addressed store, hash-verified

6from generate_builtins import generate_builtins_docs
7
8def processExample(ex):
9 nodes, category = splootNodesFromPython(ex['ex'])
10 return {
11 'serializedNodes': {'category': category, 'nodes': nodes},
12 'description': ex['desc']
13 }
14
15
16def get_entry_for_builtin_value(key, scopeName, builtin_docs):

Callers 3

generate_builtins_docsFunction · 0.90
get_type_dataFunction · 0.90

Calls 1

splootNodesFromPythonFunction · 0.90

Tested by

no test coverage detected