MCPcopy
hub / github.com/composerize/composerize / onCommandInputChange

Method onCommandInputChange

packages/composerize-website/src/Main.js:40–45  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

38 }
39
40 onCommandInputChange(value) {
41 this.setState(() => ({
42 command: value,
43 }));
44 this.updateConversion();
45 }
46
47 onSelectChange(value) {
48 this.setState(() => ({

Callers

nothing calls this directly

Calls 1

updateConversionMethod · 0.95

Tested by

no test coverage detected