Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ constructor
Method
constructor
packages/player/src/test/utils/inMemoryTauriStore.ts:6–11 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
4
#path: string;
5
6
constructor(path: string) {
7
this.#path = path;
8
if
(!stores.has(path)) {
9
stores.set(path,
new
Map());
10
}
11
}
12
13
async
entries() {
14
let
map = stores.get(this.#path);
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected