Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RisingStack/anchor
/ saveToFile
Function
saveToFile
src/chart.js:53–56 ·
view source on GitHub ↗
(filePath, output)
Source
from the content-addressed store, hash-verified
51
}
52
53
function
saveToFile (filePath, output) {
54
fs.writeFileSync(filePath, output,
'utf-8'
)
55
return
Promise.resolve()
56
}
57
58
module.exports = {
59
init,
Callers
1
saveToYAMLFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected