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

Function requestedMethod

test/dotnet-parser-tests.ts:607–616  ·  view source on GitHub ↗
(typeArguments: string[] = [], methodArguments: string[] = [])

Source from the content-addressed store, hash-verified

605}
606
607function requestedMethod(typeArguments: string[] = [], methodArguments: string[] = []): DotNetMethodKey {
608 return {
609 typeName: 'Example.Box',
610 typeArguments,
611 methodName: 'Project',
612 methodArguments,
613 parameters: [],
614 returnType: '',
615 };
616}
617
618const sourceMapping: DotNetSourceMapping = [
619 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected