MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / onSaveScreenshot

Method onSaveScreenshot

src/monogatari.ts:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 };
231
232 static get onSaveScreenshot(): (slotKey: string, blob: Blob) => Promise<string> {
233 return this._onSaveScreenshot;
234 }
235
236 static set onSaveScreenshot(callback: (slotKey: string, blob: Blob) => Promise<string>) {
237 this._onSaveScreenshot = callback;

Callers 1

saveToFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected