Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ length
Function
length
frontend/src/utils/storage-migrate.test.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
let
store: Record<string, string> = {};
19
return
{
20
get length() {
21
return
Object.keys(store).length;
22
},
23
key(index: number) {
24
return
Object.keys(store)[index] ?? null;
25
},
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected