MCPcopy Create free account
hub / github.com/openai/plugins / add

Method add

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:8699–8706  ·  view source on GitHub ↗
(a, b, weaklyPresent)

Source from the content-addressed store, hash-verified

8697 return weaklyPresent ? true : weaklyPresent === result;
8698 }
8699 add(a, b, weaklyPresent) {
8700 const map = this._data.get(a);
8701 if (map === void 0) {
8702 this._data.set(a, /* @__PURE__ */ new Map([[b, weaklyPresent]]));
8703 } else {
8704 map.set(b, weaklyPresent);
8705 }
8706 }
8707 };
8708 var PairSet = class {
8709 constructor() {

Callers 15

require_unique_pathsFunction · 0.45
_section_code_evidenceFunction · 0.45
_enrich_findingsFunction · 0.45
_validate_findingFunction · 0.45
_validate_coverageFunction · 0.45
_validate_manifestFunction · 0.45
_validate_findingsFunction · 0.45
_github_line_hash_cacheFunction · 0.45
_validate_existing_sealFunction · 0.45
footprintFunction · 0.45
executeFunction · 0.45
dedupe_keep_orderFunction · 0.45

Calls 3

setMethod · 0.65
getMethod · 0.45
_hasNulledPositionMethod · 0.45

Tested by

no test coverage detected