MCPcopy 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

createResolverFunction · 0.95
createOffloadEnvFunction · 0.95
resolver.test.tsFile · 0.80
createContextFunction · 0.80

Calls

no outgoing calls

Tested by 3

createResolverFunction · 0.76
createOffloadEnvFunction · 0.76
createContextFunction · 0.64