MCPcopy 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
66def sln_exists() -> bool:
67 return any(TEST_PROJECT.glob("*.sln"))
68
69
70def generate_sln() -> Path:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected