Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getBlockStates
Method
getBlockStates
apps/sim/executor/execution/state.ts:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
getBlockStates(): ReadonlyMap<string, BlockState> {
61
return
this.blockStates
62
}
63
64
getExecutedBlocks(): ReadonlySet<string> {
65
return
this.executedBlocks
Callers
6
createResolver
Function · 0.95
createOffloadEnv
Function · 0.95
createExecutionContext
Method · 0.95
resolver.test.ts
File · 0.80
initializeStarterBlock
Method · 0.80
createContext
Function · 0.80
Calls
no outgoing calls
Tested by
3
createResolver
Function · 0.76
createOffloadEnv
Function · 0.76
createContext
Function · 0.64