MCPcopy
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

1declare namespace InternalBlobBinding {
2 interface BlobHandle {
3 slice(start: number, end: number): BlobHandle;
4 }
5}
6
7export interface BlobBinding {

Callers 8

parseLineMethod · 0.65
parseArgsFunction · 0.65
toUcFirstFunction · 0.65

Implementers 2

Bloblib/internal/blob.js
Timelinedeps/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…