MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / bytes

Function bytes

test/dotnet-parser-tests.ts:70–72  ·  view source on GitHub ↗
(...values: number[])

Source from the content-addressed store, hash-verified

68});
69
70function bytes(...values: number[]) {
71 return Buffer.from(values);
72}
73
74function u16(value: number) {
75 const buffer = Buffer.alloc(2);

Callers 11

compressedUIntFunction · 0.85
tableStreamFunction · 0.85
methodSignatureFunction · 0.85
genericInstanceFunction · 0.85
szArrayFunction · 0.85
mdArrayFunction · 0.85
byRefFunction · 0.85
pointerFunction · 0.85
functionPointerFunction · 0.85
fieldSignatureFunction · 0.85
ecma335FixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected