Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gitify-app/gitify
/ isWindows
Function
isWindows
src/shared/platform.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
* @returns `true` on Windows, `false` otherwise.
23
*/
24
export
function
isWindows(): boolean {
25
return
process.platform ===
'win32'
;
26
}
Callers
2
index.ts
File · 0.90
platform.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected