MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / updateScriptPath

Function updateScriptPath

Sources/src/Model/UI/CreateScript.js:92–97  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

90 }
91
92 updateScriptPath(evt)
93 {
94 this.setState({
95 scriptpath: evt.target.value
96 });
97 }
98
99 show(callback)
100 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected