Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ keychainBaseServiceName
Function
keychainBaseServiceName
apps/local/src/db/v1-v2-migration.ts:663–664 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
661
};
662
663
const
keychainBaseServiceName = (): string =>
664
process.env.EXECUTOR_KEYCHAIN_SERVICE_NAME?.trim() ||
"executor"
;
665
666
const
providerGet =
async
(
667
provider: string,
Callers
5
providerGet
Function · 0.85
backupKeychainSecretsForMigration
Function · 0.85
restoreKeychainBackupsFromJournal
Function · 0.85
cleanupKeychainBackups
Function · 0.85
writeMigratedSecrets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected