MCPcopy Create free account
hub / github.com/Stevenic/codepilot / keys

Method keys

src/CodeIndex.ts:111–113  ·  view source on GitHub ↗

* Gets the current OpenAI keys.

()

Source from the content-addressed store, hash-verified

109 * Gets the current OpenAI keys.
110 */
111 public get keys(): OpenAIKeys | undefined {
112 return this._keys;
113 }
114
115 // LLM-REGION
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected