Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isSyncShareable
Function
isSyncShareable
lib/internal/streams/iter/share.js:706–708 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
704
}
705
706
function
isSyncShareable(value) {
707
return
hasProtocol(value, shareSyncProtocol);
708
}
709
710
const
Share = {
711
__proto__: null,
Callers
1
fromSync
Function · 0.85
Calls
1
hasProtocol
Function · 0.85
Tested by
no test coverage detected