MCPcopy
hub / github.com/donmccurdy/glTF-Transform / has

Method has

packages/functions/src/utils.ts:112–114  ·  view source on GitHub ↗
(k: K)

Source from the content-addressed store, hash-verified

110 return this._map.size;
111 }
112 public has(k: K): boolean {
113 return this._map.has(k);
114 }
115 public add(k: K, v: V): this {
116 let entry = this._map.get(k);
117 if (!entry) {

Callers 15

uuidFunction · 0.80
copyFunction · 0.80
equalsFunction · 0.80
readMethod · 0.80
writeMethod · 0.80
createTextureInfoDefMethod · 0.80
sectionMethod · 0.80
generateQuestionsFunction · 0.80
bindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected