MCPcopy Index your code
hub / github.com/Dimillian/CodexMonitor / getAppSettings

Function getAppSettings

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

Source from the content-addressed store, hash-verified

862}
863
864export async function getAppSettings(): Promise<AppSettings> {
865 return invoke<AppSettings>("get_app_settings");
866}
867
868export async function isMobileRuntime(): Promise<boolean> {
869 return invoke<boolean>("is_mobile_runtime");

Callers 2

useAppSettingsFunction · 0.90
normalizeImagesForRpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected