MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / doubleMap

Function doubleMap

Apps/BabylonScripts/meshwriter.min.js:621–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619 var letterSpec = fontSpec[letter],
620 singleMap = cmds => decodeList(cmds),
621 doubleMap = cmdslists => isArray(cmdslists) ? cmdslists.map(singleMap) : cmdslists;
622
623 if (isObject(letterSpec)) {
624 if (!isArray(letterSpec.shapeCmds) && isArray(letterSpec.sC)) {

Callers

nothing calls this directly

Calls 1

isArrayFunction · 0.85

Tested by

no test coverage detected