MCPcopy
hub / github.com/exceljs/exceljs / cacheState

Method cacheState

lib/doc/table.js:285–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 // ================================================================
284 // TODO: Mutating methods
285 cacheState() {
286 if (!this._cache) {
287 this._cache = {
288 ref: this.ref,
289 width: this.width,
290 tableHeight: this.tableHeight,
291 };
292 }
293 }
294
295 commit() {
296 // changes may have been made that might have on-sheet effects

Callers 6

addRowMethod · 0.95
removeRowsMethod · 0.95
addColumnMethod · 0.95
removeColumnsMethod · 0.95
_assignMethod · 0.95
_setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected