Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.95
bind
Method · 0.95
bind
Method · 0.80
bind
Method · 0.80
bind
Method · 0.80
Calls
1
asEngine
Method · 0.95
Tested by
no test coverage detected