MCPcopy Index your code
hub / github.com/nodejs/node / IsWindows

Function IsWindows

tools/utils.py:111–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110
111def IsWindows():
112 return GuessOS() == 'win32'
113
114
115def SearchFiles(dir, ext):

Callers

nothing calls this directly

Calls 1

GuessOSFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…