Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/node
/ BlobHandle
Interface
BlobHandle
typings/internalBinding/blob.d.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
declare namespace InternalBlobBinding {
2
interface
BlobHandle {
3
slice(start: number, end: number): BlobHandle;
4
}
5
}
6
7
export
interface
BlobBinding {
Callers
8
parseLine
Method · 0.65
parseArgs
Function · 0.65
test-npm-package.js
File · 0.65
lint-readme-lists.mjs
File · 0.65
lint-release-proposal-commit-list.mjs
File · 0.65
createUnsafeStringMethodReport
Function · 0.65
createUnsafeStringMethodOnRegexReport
Function · 0.65
toUcFirst
Function · 0.65
Implementers
2
Blob
lib/internal/blob.js
Timeline
deps/v8/tools/system-analyzer/timeline
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…