Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monogatari/Monogatari
/ reset
Method
reset
src/actions/Particles.ts:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
static override
async
reset(): Promise<void> {
35
this.engine.state({
36
particles:
''
37
});
38
this.stop();
39
}
40
41
static override
async
onLoad(): Promise<void> {
42
const
particles = this.engine.state(
'particles'
);
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
state
Method · 0.80
Tested by
no test coverage detected