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

Function szArray

test/dotnet-parser-tests.ts:242–244  ·  view source on GitHub ↗
(element: Buffer)

Source from the content-addressed store, hash-verified

240}
241
242function szArray(element: Buffer) {
243 return Buffer.concat([bytes(0x1d), element]);
244}
245
246function mdArray(element: Buffer, rank: number, sizes: number[] = [], lowerBounds: number[] = []) {
247 return Buffer.concat([

Callers 1

ecma335FixtureFunction · 0.85

Calls 1

bytesFunction · 0.85

Tested by

no test coverage detected