Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ buildKey
Method
buildKey
src/cache/localcache.ts:50–52 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
buildKey(key: string) {
51
return
`${this.module}:${key}`;
52
}
53
54
async
hGet(key: string, field: string) {
55
try {
Callers
8
get
Method · 0.95
set
Method · 0.95
has
Method · 0.95
delete
Method · 0.95
keys
Method · 0.95
hGet
Method · 0.95
hSet
Method · 0.95
hDelete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected