MCPcopy
hub / github.com/openai/plugins / next

Function next

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:12838–12840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12836 }
12837 return {
12838 async next() {
12839 return mapResult(await iterator.next());
12840 },
12841 async return() {
12842 return typeof iterator.return === "function" ? mapResult(await iterator.return()) : {
12843 value: void 0,

Callers 15

require_diff_targetFunction · 0.50
finding_source_excerptFunction · 0.50
bounded_finding_detailsFunction · 0.50
bounded_finding_sectionFunction · 0.50
_sarif_primary_locationFunction · 0.50
footprintFunction · 0.50
load_chainFunction · 0.50
check_dependenciesFunction · 0.50

Calls 1

mapResultFunction · 0.70