MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / _onEditContent

Function _onEditContent

client/src/containers/Chart/TextWidget.jsx:175–178  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

173 );
174
175 const _onEditContent = (content) => {
176 setContent(content);
177 debouncedEditContent(content);
178 }
179
180 const _onChangeReport = () => {
181 setChartLoading(true);

Callers 3

insertMarkdownFunction · 0.85
_onCancelChangesFunction · 0.85
TextWidgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected