MCPcopy 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
706function isSyncShareable(value) {
707 return hasProtocol(value, shareSyncProtocol);
708}
709
710const Share = {
711 __proto__: null,

Callers 1

fromSyncFunction · 0.85

Calls 1

hasProtocolFunction · 0.85

Tested by

no test coverage detected