MCPcopy 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
281def is_windows() -> bool:
282 return os.name == "nt"
283
284
285# On Windows, we need this to use && in commands

Callers 4

configure.pyFile · 0.90
compiler_wrapperMethod · 0.85
project.pyFile · 0.85
generate_build_ninjaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected