MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getApiKeyFromFd

Function getApiKeyFromFd

src/bootstrap/state.ts:1166–1168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164}
1165
1166export function getApiKeyFromFd(): string | null | undefined {
1167 return STATE.apiKeyFromFd
1168}
1169
1170export function setApiKeyFromFd(key: string | null): void {
1171 STATE.apiKeyFromFd = key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected