MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveServiceName

Function resolveServiceName

packages/plugins/keychain/src/keyring.ts:28–29  ·  view source on GitHub ↗
(explicit?: string)

Source from the content-addressed store, hash-verified

26 : "Desktop Keyring";
27
28export const resolveServiceName = (explicit?: string): string =>
29 explicit?.trim() || process.env[SERVICE_NAME_ENV]?.trim() || DEFAULT_SERVICE_NAME;
30
31// ---------------------------------------------------------------------------
32// Lazy-load @napi-rs/keyring (native module)

Callers 2

makeKeychainExtensionFunction · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected