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

Method keys

lib/CodeIndex.js:72–74  ·  view source on GitHub ↗

* Gets the current OpenAI keys.

()

Source from the content-addressed store, hash-verified

70 * Gets the current OpenAI keys.
71 */
72 get keys() {
73 return this._keys;
74 }
75 // LLM-REGION
76 /**
77 * Adds sources and extensions to the index.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected