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

Method isUtf8

typings/internalBinding/buffer.d.ts:22–22  ·  view source on GitHub ↗
(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer)

Source from the content-addressed store, hash-verified

20 swap64(buf: ArrayBufferView): ArrayBufferView;
21
22 isUtf8(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer): boolean;
23 isAscii(input: ArrayBufferView | ArrayBuffer | SharedArrayBuffer): boolean;
24
25 kMaxLength: number;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected