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

Function test_csharp_no_error

tests/test_languages.py:329–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327# ── C# ───────────────────────────────────────────────────────────────────────
328
329def test_csharp_no_error():
330 r = extract_csharp(FIXTURES / "sample.cs")
331 assert "error" not in r
332
333def test_csharp_finds_class():
334 r = extract_csharp(FIXTURES / "sample.cs")

Callers

nothing calls this directly

Calls 1

extract_csharpFunction · 0.90

Tested by

no test coverage detected