MCPcopy Create free account
hub / github.com/compilets/compilets / constructor

Method constructor

src/cpp-syntax.ts:424–426  ·  view source on GitHub ↗
(args: Expression[], parameters: Type[])

Source from the content-addressed store, hash-verified

422 args: Expression[];
423
424 constructor(args: Expression[], parameters: Type[]) {
425 this.args = castArguments(args, parameters);
426 }
427
428 print(ctx: PrintContext) {
429 return this.args.map(a => a.print(ctx)).join(', ');

Callers

nothing calls this directly

Calls 1

castArgumentsFunction · 0.90

Tested by

no test coverage detected