Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ makeInternalKey
Function
makeInternalKey
packages/y-graph-storage/src/YGraphStorage.ts:20–22 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
makeInternalKey(key: string): string {
21
return
`@${key}`;
22
}
23
24
export
const
$InVKey = makeInternalKey(
"inV"
);
25
export
const
$OutVKey = makeInternalKey(
"outV"
);
Callers
1
YGraphStorage.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected