Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ writeFile
Function
writeFile
lib/common/fs-utils.mjs:33–35 ·
view source on GitHub ↗
(filePath, fileSource, options = 'utf-8')
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
writeFile (filePath, fileSource, options =
'utf-8'
) {
34
fs.writeFileSync(filePath, fileSource, options)
35
}
Callers
1
writeTemplate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected