INNER CODE UNIT · JavaScript

getUserScrcpyDir

viarotel-org/escrcpy · desktop/electron/configs/which/index.js:7

export function getUserScrcpyDir({ store = electronStore } = {}) {
  return store.get('common.scrcpyDir')
}

/**
 * Return the user-configured adb directory from store, or undefined.
 */
export function getUserAdbDir({ store = electronStore } = {}) {
  return store.get('common.adbDir')
}

/**
 * Return the user-configured gnirehtet directory from store, or undefined.
 */
export function getUserGnirehtetDir({ store = electronStore } = {}) {
  return store.get('common.gnirehtetDir')
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…