Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ size
Method
size
src/context/storage/CacheStore.ts:107–110 ·
view source on GitHub ↗
* 获取缓存大小
()
Source
from the content-addressed store, hash-verified
105
* 获取缓存大小
106
*/
107
size(): number {
108
this.cleanExpired();
109
return
this.cache.size;
110
}
111
112
/**
113
* 缓存消息摘要
Callers
nothing calls this directly
Calls
1
cleanExpired
Method · 0.95
Tested by
no test coverage detected