MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / getParentModelGroupKey

Function getParentModelGroupKey

renderer.js:19031–19033  ·  view source on GitHub ↗
(parentModel)

Source from the content-addressed store, hash-verified

19029 }
19030
19031 const validTs = thumbnails.filter(
19032 (t) => t && typeof t === 'string' && t.length > 0 && t !== '3d.png'
19033 );
19034 if (validTs.length !== thumbnails.length) {
19035 thumbnails = validTs;
19036 wrapper.dataset.thumbnails = JSON.stringify(thumbnails);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected