MCPcopy Create free account
hub / github.com/microsoft/SandDance / has

Method has

docs/app/js/sanddance-app.js:110712–110714  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

110710 if (values != null) for (const value of values)this.add(value);
110711 }
110712 has(value) {
110713 return super.has(intern_get(this, value));
110714 }
110715 add(value) {
110716 return super.add(intern_set(this, value));
110717 }

Callers

nothing calls this directly

Calls 2

intern_getFunction · 0.70
hasMethod · 0.45

Tested by

no test coverage detected