MCPcopy Create free account
hub / github.com/ahdinosaur/intertwingled / getFileWriteStream

Function getFileWriteStream

build.js:30–32  ·  view source on GitHub ↗
({ filePath })

Source from the content-addressed store, hash-verified

28}
29
30function getFileWriteStream({ filePath }) {
31 return createWriteStream(new URL(filePath, import.meta.url))
32}
33
34async function getChannelTitle(options) {
35 const { channelName, serverUrl } = options

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected