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

Method dismissAlert

src/monogatari.ts:1827–1829  ·  view source on GitHub ↗
(id: string | null = null)

Source from the content-addressed store, hash-verified

1825 }
1826
1827 static dismissAlert (id: string | null = null): void {
1828 return _dismissAlert(this.asEngine(), id);
1829 }
1830
1831 /**
1832 * @static loadFromSlot - Load a slot from the storage. This will recover the

Callers 5

setupMethod · 0.95
bindMethod · 0.95
bindMethod · 0.80
bindMethod · 0.80
bindMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected