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

Function _class_nid

tests/test_ts_decorators.py:24–25  ·  view source on GitHub ↗
(file: str, cls: str)

Source from the content-addressed store, hash-verified

22
23
24def _class_nid(file: str, cls: str) -> str:
25 return _make_id(_file_stem(Path(file)), cls)
26
27
28def _method_nid(file: str, cls: str, method: str) -> str:

Calls 2

_make_idFunction · 0.90
_file_stemFunction · 0.90

Tested by

no test coverage detected