MCPcopy 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

setContextMethod · 0.95
getContextMethod · 0.95
addMessageMethod · 0.95
getRecentMessagesMethod · 0.95
addToolCallMethod · 0.95
updateToolStateMethod · 0.95
getToolStateMethod · 0.95
updateWorkspaceMethod · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected