MCPcopy Index your code
hub / github.com/nodejs/node / isBlob

Function isBlob

lib/internal/blob.js:105–107  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

103const { EOL } = require('internal/constants');
104
105function isBlob(object) {
106 return object?.[kHandle] !== undefined;
107}
108
109function getSource(source, endings) {
110 if (isBlob(source))

Callers 12

getSourceFunction · 0.85
blob.jsFile · 0.85
typeMethod · 0.85
sizeMethod · 0.85
sliceMethod · 0.85
arrayBufferMethod · 0.85
textMethod · 0.85
bytesMethod · 0.85
streamMethod · 0.85
validateBodyFunction · 0.85
configureOutboundFunction · 0.85
duplexify.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…