MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / getter

Function getter

static/plugins/pdfmake/pdfmake.js:40449–40452  ·  view source on GitHub ↗
(that, index)

Source from the content-addressed store, hash-verified

40447 var exported = {};
40448
40449 var getter = function (that, index) {
40450 var data = getInternalState(that);
40451 return data.view[GETTER](index * BYTES + data.byteOffset, true);
40452 };
40453
40454 var setter = function (that, index, value) {
40455 var data = getInternalState(that);

Callers 3

addElementFunction · 0.85
jquery.jsFile · 0.85
jquery.slim.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected