Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ is_windows
Function
is_windows
tools/project.py:294–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
293
294
def
is_windows() -> bool:
295
return
os.name ==
"nt"
296
297
298
# On Windows, we need this to use && in commands
Callers
3
configure.py
File · 0.90
compiler_wrapper
Method · 0.85
project.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected