Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Treeki/BirdBridge
/
Class
utils/userCache.ts:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
class
UserCacheEntry {
18
status: Status;
19
promise: Promise<Record<string, any>>;
20
expiry?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected