Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAnonymity/oa-chat
/
Class
chat/services/apiKeyStore.js:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
const
ACCESS_DB_KEY =
'apiKeyData'
;
10
11
class
ApiKeyStore {
12
constructor() {
13
this.listeners = [];
14
this.state = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected