Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ showScreen
Method
showScreen
src/monogatari.ts:2104–2106 ·
view source on GitHub ↗
(screen: string)
Source
from the content-addressed store, hash-verified
2102
}
2103
2104
static showScreen (screen: string): void {
2105
return
_showScreen(this.asEngine(), screen);
2106
}
2107
2108
static hideScreens (): void {
2109
return
_hideScreens(this.asEngine());
Callers
5
setup
Method · 0.95
bind
Method · 0.95
init
Method · 0.95
willApply
Method · 0.80
loadFromSlot
Function · 0.80
Calls
1
asEngine
Method · 0.95
Tested by
no test coverage detected