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

Function functionPointer

test/dotnet-parser-tests.ts:266–268  ·  view source on GitHub ↗
(returnType: Buffer, parameters: Buffer[])

Source from the content-addressed store, hash-verified

264}
265
266function functionPointer(returnType: Buffer, parameters: Buffer[]) {
267 return Buffer.concat([bytes(0x1b), methodSignature(returnType, parameters)]);
268}
269
270function fieldSignature(type: Buffer) {
271 return Buffer.concat([bytes(0x06), type]);

Callers 1

ecma335FixtureFunction · 0.85

Calls 2

bytesFunction · 0.85
methodSignatureFunction · 0.85

Tested by

no test coverage detected