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

Method getRefRole

browse/src/browser-manager.ts:1165–1167  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

1163 }
1164
1165 getRefRole(selector: string): string | null {
1166 return this.getActiveSession().getRefRole(selector);
1167 }
1168
1169 getRefCount(): number {
1170 return this.getActiveSession().getRefCount();

Callers

nothing calls this directly

Calls 1

getActiveSessionMethod · 0.95

Tested by

no test coverage detected