MCPcopy Index your code
hub / github.com/microsoft/SandDance / get

Method get

docs/app/js/sanddance-app.js:110686–110688  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

110684 if (entries != null) for (const [key1, value] of entries)this.set(key1, value);
110685 }
110686 get(key) {
110687 return super.get(intern_get(this, key));
110688 }
110689 has(key) {
110690 return super.has(intern_get(this, key));
110691 }

Callers

nothing calls this directly

Calls 2

intern_getFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected