MCPcopy Index your code
hub / github.com/CesiumGS/cesium / processEngineModules

Function processEngineModules

gulpfile.js:1076–1081  ·  view source on GitHub ↗
(modules)

Source from the content-addressed store, hash-verified

1074}
1075
1076function processEngineModules(modules) {
1077 // Math shows up as "Math" because of it's aliasing from CesiumMath and namespace collision with actual Math
1078 // It fails the above regex so just add it directly here.
1079 modules.add("Math");
1080 return modules;
1081}
1082
1083/**
1084 * Process the given typescript source.

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…