Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ setMacOSVersion
Function
setMacOSVersion
frontend/util/platformutil.ts:14–16 ·
view source on GitHub ↗
(version: string)
Source
from the content-addressed store, hash-verified
12
}
13
14
export
function
setMacOSVersion(version: string) {
15
MacOSVersion = version;
16
}
17
18
export
function
isMacOSTahoeOrLater(): boolean {
19
if
(!isMacOS() || MacOSVersion == null) {
Callers
1
initWave
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected