Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ is_windows
Function
is_windows
tools/project.py:281–282 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
279
280
281
def
is_windows() -> bool:
282
return
os.name ==
"nt"
283
284
285
# On Windows, we need this to use && in commands
Callers
4
configure.py
File · 0.90
compiler_wrapper
Method · 0.85
project.py
File · 0.85
generate_build_ninja
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected