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

Method setLastSnapshot

browse/src/tab-session.ts:130–132  ·  view source on GitHub ↗
(text: string | null)

Source from the content-addressed store, hash-verified

128
129 // ─── Snapshot Diffing ─────────────────────────────────────
130 setLastSnapshot(text: string | null) {
131 this.lastSnapshot = text;
132 }
133
134 getLastSnapshot(): string | null {
135 return this.lastSnapshot;

Callers 2

snapshot.test.tsFile · 0.45
handleSnapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected