Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ length
Function
length
app/services/tdc_vm_runner.cjs:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
return
[...store.keys()][index] ?? null;
29
},
30
get length() {
31
return
store.size;
32
},
33
};
34
}
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected