MCPcopy Create free account
hub / github.com/garrytan/gstack / getRefCount

Method getRefCount

browse/src/tab-session.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 getRefCount(): number {
119 return this.refMap.size;
120 }
121
122 /** Get all ref entries for the /refs endpoint. */
123 getRefEntries(): Array<{ ref: string; role: string; name: string }> {

Callers 4

batch.test.tsFile · 0.45
handoff.test.tsFile · 0.45
snapshot.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected