MCPcopy 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

setupMethod · 0.95
bindMethod · 0.95
initMethod · 0.95
willApplyMethod · 0.80
loadFromSlotFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected