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

Function writeUInt8

contributes/src/vs/base/common/buffer.ts:186–188  ·  view source on GitHub ↗
(destination: Uint8Array, value: number, offset: number)

Source from the content-addressed store, hash-verified

184}
185
186export function writeUInt8(destination: Uint8Array, value: number, offset: number): void {
187 destination[offset] = value;
188}
189

Callers 1

writeUInt8Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected