MCPcopy 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

1import { describe, expect, it } from "vitest";
2import { isMobilePlatform } from "./platformPaths";
3
4const globalScope = globalThis as typeof globalThis & { navigator?: Navigator };

Callers

nothing calls this directly

Calls 2

isMobilePlatformFunction · 0.90
withNavigatorValuesFunction · 0.85

Tested by

no test coverage detected