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

Method constructor

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

Source from the content-addressed store, hash-verified

1185}
1186class ReadonlyReactiveHandler extends BaseReactiveHandler {
1187 constructor(isShallow2 = false) {
1188 super(true, isShallow2);
1189 }
1190 set(target, key) {
1191 return true;
1192 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected