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

Method setup

src/actions/Clear.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 static override id = 'Clear';
6
7 static override async setup(): Promise<void> {
8 this.engine.history('clear');
9 }
10
11 static override matchString([action]: string[]): boolean {
12 return action === 'clear';

Callers

nothing calls this directly

Calls 1

historyMethod · 0.80

Tested by

no test coverage detected