MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / example_function

Function example_function

memory_graph/test.py:148–149  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

146 fun(data)
147
148def example_function(a):
149 return a*10
150
151class Example_Class:
152 class_var1 = 100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected