Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Dimillian/CodexMonitor
/ platformPaths.test.ts
File
platformPaths.test.ts
src/utils/platformPaths.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ isMobilePlatform } from
"./platformPaths"
;
3
4
const
globalScope = globalThis as typeof globalThis & { navigator?: Navigator };
Callers
nothing calls this directly
Calls
2
isMobilePlatform
Function · 0.90
withNavigatorValues
Function · 0.85
Tested by
no test coverage detected