MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / processHandlebarFile

Function processHandlebarFile

lib/common/template-utils.mjs:12–14  ·  view source on GitHub ↗
(filePath, substitutions)

Source from the content-addressed store, hash-verified

10}
11
12export async function processHandlebarFile (filePath, substitutions) {
13 return processFile(filePath, (rawSource) => processHandlebarTemplate(rawSource, substitutions))
14}
15
16function processHandlebarTemplate (source, substitutions) {
17 try {

Callers 1

ensureWelcomePageFunction · 0.90

Calls 2

processFileFunction · 0.90
processHandlebarTemplateFunction · 0.85

Tested by

no test coverage detected