MCPcopy
hub / github.com/Dimillian/CodexMonitor / isMobileRuntime

Function isMobileRuntime

src/services/tauri.ts:868–870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

866}
867
868export async function isMobileRuntime(): Promise<boolean> {
869 return invoke<boolean>("is_mobile_runtime");
870}
871
872export async function updateAppSettings(settings: AppSettings): Promise<AppSettings> {
873 return invoke<AppSettings>("update_app_settings", { settings });

Callers 3

useLayoutModeFunction · 0.90
detectRuntimeFunction · 0.90
normalizeImagesForRpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected