MCPcopy Index your code
hub / github.com/plotly/dash / cleanOutputProp

Function cleanOutputProp

dash/dash-renderer/src/actions/callbacks.ts:245–247  ·  view source on GitHub ↗
(property: string)

Source from the content-addressed store, hash-verified

243};
244
245function cleanOutputProp(property: string) {
246 return property.split('@')[0];
247}
248
249async function handleClientside(
250 dispatch: any,

Callers 2

handleClientsideFunction · 0.85
__executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…