MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _has_node

Function _has_node

tests/test_ts_namespace.py:24–25  ·  view source on GitHub ↗
(result: dict, file: str, sym: str)

Source from the content-addressed store, hash-verified

22
23
24def _has_node(result: dict, file: str, sym: str) -> bool:
25 return _node_label(result, file, sym) is not None
26
27
28def test_namespace_is_node(tmp_path):

Calls 1

_node_labelFunction · 0.70

Tested by

no test coverage detected