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

Method finalize

packages/sanddance/src/dataScope.ts:149–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 public finalize() {
150 this.data = null;
151 this.filteredData = null;
152 this.filteredColumnsStats = null;
153 if (this.selection) {
154 this.selection.excluded = null;
155 this.selection.included = null;
156 this.selection = null;
157 }
158 }
159}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected