Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ recordAccess
Method
recordAccess
src/context/storage/MemoryStore.ts:159–161 ·
view source on GitHub ↗
* 记录访问日志
(key: string)
Source
from the content-addressed store, hash-verified
157
* 记录访问日志
158
*/
159
private recordAccess(key: string): void {
160
this.accessLog.set(key, Date.now());
161
}
162
163
/**
164
* 强制执行内存限制
Callers
8
setContext
Method · 0.95
getContext
Method · 0.95
addMessage
Method · 0.95
getRecentMessages
Method · 0.95
addToolCall
Method · 0.95
updateToolState
Method · 0.95
getToolState
Method · 0.95
updateWorkspace
Method · 0.95
Calls
1
set
Method · 0.80
Tested by
no test coverage detected