MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / _onChangeBody

Function _onChangeBody

client/src/sources/api/api-builder.jsx:342–344  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

340 };
341
342 const _onChangeBody = (value) => {
343 setApiRequest({ ...apiRequest, body: value });
344 };
345
346 const _onChangeRoute = (value) => {
347 setApiRequest({ ...apiRequest, route: value });

Callers 1

ApiBuilderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected