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

Method screenshotSpace

src/monogatari.ts:1124–1126  ·  view source on GitHub ↗

* Get the save screenshot Space instance (IndexedDB) * Lazily initialized on first access. Returns null if IndexedDB is unavailable.

()

Source from the content-addressed store, hash-verified

1122 * Lazily initialized on first access. Returns null if IndexedDB is unavailable.
1123 */
1124 static async screenshotSpace(): Promise<Space | null> {
1125 return _screenshotSpace(this.asEngine());
1126 }
1127
1128 /**
1129 * Check if IndexedDB is available for audio caching

Callers 1

MonogatariClass · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected