MCPcopy
hub / github.com/CesiumGS/cesium / unpackProperty

Function unpackProperty

packages/engine/Source/Scene/MetadataTableProperty.js:691–698  ·  view source on GitHub ↗
(property)

Source from the content-addressed store, hash-verified

689}
690
691function unpackProperty(property) {
692 property._unpackedValues = unpackValues(property);
693
694 // Free memory
695 property._arrayOffsets = undefined;
696 property._stringOffsets = undefined;
697 property._values = undefined;
698}
699
700function unpackValues(property) {
701 const count = property._count;

Callers 2

getFunction · 0.85
setFunction · 0.85

Calls 1

unpackValuesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…