MCPcopy Index your code
hub / github.com/CesiumGS/obj2gltf / defaultValue

Function defaultValue

lib/loadTexture.js:10–10  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

8const Texture = require("./Texture");
9
10const defaultValue = (a, b) => a ?? b;
11const defined = Cesium.defined;
12
13module.exports = loadTexture;

Callers 1

loadTextureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected