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

Method has

web/main.js:1170–1176  ·  view source on GitHub ↗
(target, key)

Source from the content-addressed store, hash-verified

1168 return result;
1169 }
1170 has(target, key) {
1171 const result = Reflect.has(target, key);
1172 if (!isSymbol(key) || !builtInSymbols.has(key)) {
1173 track(target, "has", key);
1174 }
1175 return result;
1176 }
1177 ownKeys(target) {
1178 track(
1179 target,

Callers 13

collectAncestorsFunction · 0.80
initPreviewSyncFunction · 0.80
pushFunction · 0.80
resumeMethod · 0.80
triggerFunction · 0.80
getMethod · 0.80
hasFunction · 0.80
moveTeleportFunction · 0.80
useFunction · 0.80
setCheckedFunction · 0.80
pushFunction · 0.80
collectAncestorsFunction · 0.80

Calls 2

isSymbolFunction · 0.85
trackFunction · 0.85

Tested by

no test coverage detected