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

Function getCopyrightHeader

scripts/build.js:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35async function getCopyrightHeader() {
36 const copyrightHeaderTemplate = await readFile(
37 path.join("Source", "copyrightHeader.js"),
38 "utf8",
39 );
40 return copyrightHeaderTemplate.replace("${version}", await getVersion());
41}
42
43/** @param {string} token */
44function escapeCharacters(token) {

Callers 3

bundleCesiumJsFunction · 0.85
bundleIndexJsFunction · 0.85
bundleWorkersFunction · 0.85

Calls 1

getVersionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…