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

Function test_csharp_finds_methods

tests/test_languages.py:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 assert any("IProcessor" in l for l in _labels(r))
340
341def test_csharp_finds_methods():
342 r = extract_csharp(FIXTURES / "sample.cs")
343 labels = _labels(r)
344 assert any("Process" in l for l in labels)
345
346def test_csharp_finds_usings():
347 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