MCPcopy Create free account
hub / github.com/TruthHun/BookStack / template

Function template

static/word2md/mammoth.browser.js:16836–16838  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

16834
16835 if (data) return render(data, _);
16836 var template = function(data) {
16837 return render.call(this, data, _);
16838 };
16839
16840 // Provide the compiled function source as a convenience for precompilation.
16841 template.source = 'function(' + (settings.variable || 'obj') + '){\n' + source + '}';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected