MCPcopy Create free account
hub / github.com/microsoft/SandDance / __makeTemplateObject

Function __makeTemplateObject

docs/app/js/sanddance-app.js:20463–20469  ·  view source on GitHub ↗
(cooked, raw)

Source from the content-addressed store, hash-verified

20461 }
20462}
20463function __makeTemplateObject(cooked, raw) {
20464 if (Object.defineProperty) Object.defineProperty(cooked, "raw", {
20465 value: raw
20466 });
20467 else cooked.raw = raw;
20468 return cooked;
20469}
20470function __importStar(mod) {
20471 if (mod && mod.__esModule) return mod;
20472 var result = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected