Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function
getFileWriteStream({ filePath }) {
31
return
createWriteStream(
new
URL(filePath,
import
.meta.url))
32
}
33
34
async
function
getChannelTitle(options) {
35
const
{ channelName, serverUrl } = options
Callers
1
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected