MCPcopy 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
20function makeInternalKey(key: string): string {
21 return `@${key}`;
22}
23
24export const $InVKey = makeInternalKey("inV");
25export const $OutVKey = makeInternalKey("outV");

Callers 1

YGraphStorage.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected