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

Function _has_meta

src/codegraphcontext/cli/cli_helpers.py:638–639  ·  view source on GitHub ↗
(d: dict, key: str)

Source from the content-addressed store, hash-verified

636 return d.get(key.upper(), default)
637
638 def _has_meta(d: dict, key: str) -> bool:
639 return key in d or key.upper() in d
640
641 # Neo4j returns driver objects carrying .labels / .type that support
642 # dict()/Mapping access. FalkorDB's own driver objects also carry

Callers 2

_is_relationshipFunction · 0.85
_is_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected