MCPcopy
hub / github.com/cloudflare/tableflip / isSupportedOS

Function isSupportedOS

upgrader.go:320–322  ·  view source on GitHub ↗

Check if this is a supported OS. That is currently all Unix-like OS's. At the moment, we assume that is everything except Windows.

()

Source from the content-addressed store, hash-verified

318// That is currently all Unix-like OS's.
319// At the moment, we assume that is everything except Windows.
320func isSupportedOS() bool {
321 return runtime.GOOS != "windows"
322}

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…