MCPcopy Create free account
hub / github.com/handsontable/handsontable / refreshDuckSchema

Method refreshDuckSchema

handsontable/src/dataMap/dataMap.ts:342–344  ·  view source on GitHub ↗

* Refresh the data schema.

()

Source from the content-addressed store, hash-verified

340 * Refresh the data schema.
341 */
342 refreshDuckSchema() {
343 this.duckSchema = this.createDuckSchema();
344 }
345
346 /**
347 * Creates row at the bottom of the data array.

Callers 3

constructorMethod · 0.95
createColMethod · 0.95
removeColMethod · 0.95

Calls 1

createDuckSchemaMethod · 0.95

Tested by

no test coverage detected