Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ _makeStringId
Method
_makeStringId
src/runtime/id.ts:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
idToParts: Object = Object.create(null);
5
6
_makeStringId() {
7
return
`⦑${this.currentId++}⦒`;
8
}
9
10
_make(origKey: string, parts: any[]) {
11
let
ix = 0;
Callers
2
_make
Method · 0.95
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected