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

Method finalize

docs/app/js/sanddance-app.js:10978–10981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10976 }
10977 }
10978 finalize() {
10979 if (this.element) document.body.removeChild(this.element);
10980 this.element = null;
10981 }
10982}
10983function getRows(item, options) {
10984 const rows = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected