MCPcopy Index your code
hub / github.com/microsoft/SandDance / addNullable

Function addNullable

packages/sanddance-react/src/viewer.tsx:20–23  ·  view source on GitHub ↗
(insight: specs.Insight, signalValues: specs.SignalValues)

Source from the content-addressed store, hash-verified

18}
19
20function addNullable(insight: specs.Insight, signalValues: specs.SignalValues) {
21 const withNulls: specs.Insight = { view: null, filter: null, ...insight, signalValues };
22 return withNulls;
23}
24
25export function compareProps(viewer: Viewer, insight: specs.Insight) {
26 const currentInsight = viewer.getInsight();

Callers 1

comparePropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected