Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ writeTemplate
Function
writeTemplate
lib/common/template-utils.mjs:26–29 ·
view source on GitHub ↗
(filePath, template, substitutions)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
writeTemplate (filePath, template, substitutions) {
27
const
source = template(substitutions)
28
writeFile(filePath, source)
29
}
Callers
1
updateIndex.mjs
File · 0.90
Calls
1
writeFile
Function · 0.90
Tested by
no test coverage detected