MCPcopy Index your code
hub / github.com/json-editor/json-editor / assign

Method assign

docs/scripts/ajv-validator.js:1136–1138  ·  view source on GitHub ↗
(lhs, rhs, sideEffects)

Source from the content-addressed store, hash-verified

1134 }
1135 // assignment code
1136 assign(lhs, rhs, sideEffects) {
1137 return this._leafNode(new Assign(lhs, rhs, sideEffects));
1138 }
1139 // `+=` code
1140 add(lhs, rhs) {
1141 return this._leafNode(new AssignOp(lhs, exports.operators.ADD, rhs));

Callers 15

core.jsFile · 0.80
mergeDeepFunction · 0.80
_createCopyButtonMethod · 0.80
resetErrorsCountFunction · 0.80
extendErrorsFunction · 0.80
addErrorFunction · 0.80
returnErrorsFunction · 0.80
ajv-validator.jsFile · 0.80
setEvaluatedFunction · 0.80
topBoolOrEmptySchemaFunction · 0.80
coerceDataFunction · 0.80
coerceSpecificTypeFunction · 0.80

Calls 1

_leafNodeMethod · 0.95

Tested by

no test coverage detected