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

Function test_csharp_finds_interface

tests/test_languages.py:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 assert any("DataProcessor" in l for l in _labels(r))
336
337def test_csharp_finds_interface():
338 r = extract_csharp(FIXTURES / "sample.cs")
339 assert any("IProcessor" in l for l in _labels(r))
340
341def test_csharp_finds_methods():
342 r = extract_csharp(FIXTURES / "sample.cs")

Callers

nothing calls this directly

Calls 2

extract_csharpFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected