MCPcopy
hub / github.com/garrytan/gstack / setRefMap

Method setRefMap

browse/src/tab-session.ts:76–78  ·  view source on GitHub ↗
(refs: Map<string, RefEntry>)

Source from the content-addressed store, hash-verified

74
75 // ─── Ref Map ──────────────────────────────────────────────
76 setRefMap(refs: Map<string, RefEntry>) {
77 this.refMap = refs;
78 }
79
80 clearRefs() {
81 this.refMap.clear();

Callers 2

handleSnapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected