Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JoelOtter/kajero
/ clickPlay
Method
clickPlay
src/js/components/CodeBlock.js:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
clickPlay() {
29
const
{ dispatch, block } = this.props;
30
dispatch(executeCodeBlock(block.get(
'id'
)));
31
}
32
33
clickOption() {
34
const
{ dispatch, block } = this.props;
Callers
nothing calls this directly
Calls
1
executeCodeBlock
Function · 0.90
Tested by
no test coverage detected