Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feichao93/battle-city
/ StageResult
Interface
StageResult
app/sagas/stageSaga.ts:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
export
interface
StageResult {
37
pass: boolean
38
reason?:
'eagle-destroyed'
|
'dead'
39
}
40
41
/**
42
* stage-saga的一个实例对应一个关卡
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected