Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ memoryCache.test.ts
File
memoryCache.test.ts
client/js/src/cache/memoryCache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ EntityResult } from
'./interface'
;
2
import
{ MemoryCache } from
'./memoryCache'
;
3
4
describe(
'MemoryCache'
, () => {
Callers
nothing calls this directly
Calls
6
setEntity
Method · 0.65
getEntity
Method · 0.65
iterateEntitiesByTag
Method · 0.65
iterateEntities
Method · 0.65
removeEntities
Method · 0.65
clear
Method · 0.65
Tested by
no test coverage detected