MCPcopy Create free account
hub / github.com/Wscats/vscode-explore / constructor

Method constructor

contributes/src/vs/base/common/buffer.ts:71–74  ·  view source on GitHub ↗
(buffer: Uint8Array)

Source from the content-addressed store, hash-verified

69 readonly byteLength: number;
70
71 private constructor(buffer: Uint8Array) {
72 this.buffer = buffer;
73 this.byteLength = this.buffer.byteLength;
74 }
75
76 toString(): string {
77 if (hasBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected