Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepNotesApp/DeepNotes
/ destroy
Method
destroy
apps/client/src/code/pages/pages.ts:348–352 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
346
}
347
348
destroy() {
349
for
(
const
page of this.pageCache.react.cache) {
350
page.destroy();
351
}
352
}
353
}
Callers
1
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected