MCPcopy Index your code
hub / github.com/garrytan/gstack / setRefMap

Method setRefMap

browse/src/browser-manager.ts:1153–1155  ·  view source on GitHub ↗
(refs: Map<string, RefEntry>)

Source from the content-addressed store, hash-verified

1151
1152 // ─── Ref Map (delegates to active session) ──────────────────
1153 setRefMap(refs: Map<string, RefEntry>) {
1154 this.getActiveSession().setRefMap(refs);
1155 }
1156
1157 clearRefs() {
1158 this.getActiveSession().clearRefs();

Callers

nothing calls this directly

Calls 1

getActiveSessionMethod · 0.95

Tested by

no test coverage detected