Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
111
def
IsWindows():
112
return
GuessOS() ==
'win32'
113
114
115
def
SearchFiles(dir, ext):
Callers
nothing calls this directly
Calls
1
GuessOS
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…