MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / binary_convert.py

File binary_convert.py

src/binary_convert.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import memory_graph as mg
2mg.config.type_to_horizontal[list] = True # horizontal lists
3
4def binary(value: int) -> list[int]:

Callers

nothing calls this directly

Calls 1

binaryFunction · 0.70

Tested by

no test coverage detected