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

Function test_ts_finds_methods

tests/test_multilang.py:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 assert "HttpClient" in _labels(r)
53
54def test_ts_finds_methods():
55 r = extract_js(FIXTURES / "sample.ts")
56 labels = _labels(r)
57 assert any("get" in l for l in labels)
58 assert any("post" in l for l in labels)
59
60def test_ts_finds_function():
61 r = extract_js(FIXTURES / "sample.ts")

Callers

nothing calls this directly

Calls 2

extract_jsFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected