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

Function test_ruby_finds_function

tests/test_languages.py:306–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 assert any("post" in l for l in labels)
305
306def test_ruby_finds_function():
307 r = extract_ruby(FIXTURES / "sample.rb")
308 assert any("parse_response" in l for l in _labels(r))
309
310
311def test_ruby_inherits_edge():

Callers

nothing calls this directly

Calls 2

extract_rubyFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected