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

Method setFrame

browse/src/tab-session.ts:139–141  ·  view source on GitHub ↗
(frame: Frame | null)

Source from the content-addressed store, hash-verified

137
138 // ─── Frame context ─────────────────────────────────────────
139 setFrame(frame: Frame | null): void {
140 this.activeFrame = frame;
141 }
142
143 getFrame(): Frame | null {
144 return this.activeFrame;

Callers 2

handleMetaCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected