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

Function DropdownSizePosCache1

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

Source from the content-addressed store, hash-verified

45105 * cache should provide a little bit of relief.
45106 */ var DropdownSizePosCache = /** @class */ function() {
45107 function DropdownSizePosCache1() {
45108 this._size = 0;
45109 }
45110 /**
45111 * Invalidates the cache and recalculate the size of selectable options.
45112 */ DropdownSizePosCache1.prototype.updateOptions = function(options) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected