MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / constructor

Method constructor

web/main.js:1124–1126  ·  view source on GitHub ↗
(isShallow2 = false)

Source from the content-addressed store, hash-verified

1122}
1123class MutableReactiveHandler extends BaseReactiveHandler {
1124 constructor(isShallow2 = false) {
1125 super(false, isShallow2);
1126 }
1127 set(target, key, value, receiver) {
1128 let oldValue = target[key];
1129 const isArrayWithIntegerKey = isArray(target) && isIntegerKey(key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected