Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ sln_exists
Function
sln_exists
scripts/inspect-unity.py:66–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
65
66
def
sln_exists() -> bool:
67
return
any(TEST_PROJECT.glob(
"*.sln"
))
68
69
70
def
generate_sln() -> Path:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected