Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
createCol
Method · 0.95
removeCol
Method · 0.95
Calls
1
createDuckSchema
Method · 0.95
Tested by
no test coverage detected