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

Function cursor

memory_graph/__init__.py:404–407  ·  view source on GitHub ↗
(filename=None, data=None)

Source from the content-addressed store, hash-verified

402 render(data, filename)
403
404def cursor(filename=None, data=None):
405 if data is None:
406 data = stack_cursor()
407 render(data, filename)
408
409def pycharm(filename=None, data=None):
410 if data is None:

Callers

nothing calls this directly

Calls 2

stack_cursorFunction · 0.85
renderFunction · 0.85

Tested by

no test coverage detected