Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
find_csproj_files() -> list[Path]:
63
return
sorted(TEST_PROJECT.glob(
"*.csproj"
))
64
65
66
def
sln_exists() -> bool:
Callers
2
generate_sln
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected