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

Function test_ts_finds_function

tests/test_multilang.py:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 assert any("post" in l for l in labels)
59
60def test_ts_finds_function():
61 r = extract_js(FIXTURES / "sample.ts")
62 assert any("buildHeaders" in l for l in _labels(r))
63
64def test_ts_emits_calls():
65 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