MCPcopy
hub / github.com/plotly/dash / assign

Method assign

dash/dash-renderer/src/actions/patch.ts:50–57  ·  view source on GitHub ↗
(location: LocationIndex[], value: any)

Source from the content-addressed store, hash-verified

48 private operations: PatchOperation[] = [];
49
50 assign(location: LocationIndex[], value: any) {
51 this.operations.push({
52 operation: 'Assign',
53 location,
54 params: {value}
55 });
56 return this;
57 }
58
59 merge(location: LocationIndex[], value: any) {
60 this.operations.push({

Callers 15

parserFunction · 0.80
resolveStyleFunction · 0.80
relationalSyntaxerFunction · 0.80
unary.tsFile · 0.80
block.tsFile · 0.80
relationalSyntaxerFunction · 0.80
logical.tsFile · 0.80
GlFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected