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

Function values

web/main.js:969–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 return noTracking(this, "unshift", args);
968 },
969 values() {
970 return iterator(this, "values", (item) => toWrapped(this, item));
971 }
972};
973function iterator(self2, method, wrapValue) {
974 const arr = shallowReadArray(self2);

Callers

nothing calls this directly

Calls 2

iteratorFunction · 0.85
toWrappedFunction · 0.85

Tested by

no test coverage detected