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

Function byRef

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

Source from the content-addressed store, hash-verified

256}
257
258function byRef(element: Buffer) {
259 return Buffer.concat([bytes(0x10), element]);
260}
261
262function pointer(element: Buffer) {
263 return Buffer.concat([bytes(0x0f), element]);

Callers 1

ecma335FixtureFunction · 0.85

Calls 1

bytesFunction · 0.85

Tested by

no test coverage detected