Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ constructor
Method
constructor
packages/models/src/utils/key.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
id: string
14
15
constructor() {
16
this.id = `${n++}`
17
}
18
}
19
20
export
const
generateRandomKey = () => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected