MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _ident

Function _ident

src/codegraphcontext/cli/cli_helpers.py:627–628  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

625 edges: List[Dict[str, Any]] = []
626
627 def _ident(value) -> Optional[str]:
628 return None if value is None else str(value)
629
630 # Kùzu spells the internal record keys in lowercase (_label/_src/_dst/_id);
631 # Ladybug returns the same fields uppercased (_LABEL/_SRC/_DST/_ID). Look

Callers 2

_node_payloadFunction · 0.85
_edge_payloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected