MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getRevision

Method getRevision

src/utils/session-store.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 getRevision(): number {
161 return this.revision;
162 }
163
164 setDefaultsIfRevision(partial: Partial<SessionDefaults>, expectedRevision: number): boolean {
165 return this.setDefaultsIfRevisionForProfile(this.activeProfile, partial, expectedRevision);

Callers 3

runRefreshFunction · 0.80

Calls

no outgoing calls

Tested by 1

runRefreshFunction · 0.64