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

Function stack

memory_graph/__init__.py:291–292  ·  view source on GitHub ↗
(end_functions=["<module>"], stack_index=0)

Source from the content-addressed store, hash-verified

289 return stack_frames_to_dict(reversed(filtered_frames))
290
291def stack(end_functions=["<module>"], stack_index=0):
292 return stack_slice([], end_functions, stack_index+2)
293
294def stack_exception(exception, stack_index=0):
295 """ Get the call stack at the point 'exception' was thrown. """

Callers 8

ssFunction · 0.85
bssFunction · 0.85
rsFunction · 0.85
brsFunction · 0.85
stack_jupyterFunction · 0.85
stack_ipythonFunction · 0.85
stack_colabFunction · 0.85
stack_marimoFunction · 0.85

Calls 1

stack_sliceFunction · 0.85

Tested by

no test coverage detected