MCPcopy
hub / github.com/bndw/wifi-card / onSSIDChange

Function onSSIDChange

src/App.js:94–97  ·  view source on GitHub ↗
(ssid)

Source from the content-addressed store, hash-verified

92 };
93
94 const onSSIDChange = (ssid) => {
95 setErrors({ ...errors, ssidError: '' });
96 setSettings({ ...settings, ssid });
97 };
98 const onPasswordChange = (password) => {
99 setErrors({ ...errors, passwordError: '' });
100 setSettings({ ...settings, password });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected