MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / find_csproj_files

Function find_csproj_files

scripts/inspect-unity.py:62–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def find_csproj_files() -> list[Path]:
63 return sorted(TEST_PROJECT.glob("*.csproj"))
64
65
66def sln_exists() -> bool:

Callers 2

generate_slnFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected