Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isShareable
Function
isShareable
lib/internal/streams/iter/share.js:702–704 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
700
}
701
702
function
isShareable(value) {
703
return
hasProtocol(value, shareProtocol);
704
}
705
706
function
isSyncShareable(value) {
707
return
hasProtocol(value, shareSyncProtocol);
Callers
1
from
Function · 0.85
Calls
1
hasProtocol
Function · 0.85
Tested by
no test coverage detected