MCPcopy Create free account
hub / github.com/Roy3838/Observer /

Class

app/src/utils/tauriStreamCapture.ts:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109class TauriStreamCapture {
110 private capturing = false;
111 private latestFrameBytes: Uint8Array | null = null;
112 private latestBase64Frame: string | null = null; // Cached base64 conversion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected