MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / getOrCreatePersistedApiKeyFile

Function getOrCreatePersistedApiKeyFile

scripts/dev-safe.mjs:113–117  ·  view source on GitHub ↗
(
  filePath = DEFAULT_API_KEY_PATH,
)

Source from the content-addressed store, hash-verified

111 * @returns {string} The (hex) API key.
112 */
113export function getOrCreatePersistedApiKeyFile(
114 filePath = DEFAULT_API_KEY_PATH,
115) {
116 return getOrCreatePersistedApiKey(filePath, "session");
117}
118
119/** @deprecated Use getOrCreatePersistedApiKeyFile */
120export function getOrCreatePersistedSessionApiKey(

Callers 2

buildConfigFromPortsFunction · 0.85

Calls 1

Tested by

no test coverage detected