| 544 | |
| 545 | // These are mostly internal |
| 546 | export class FunctionNode implements IFunctionSettings { |
| 547 | constructor(source: string, settings?: IFunctionNodeSettings); |
| 548 | } |
| 549 | |
| 550 | export interface IFunctionNodeSettings extends IFunctionSettings { |
| 551 | argumentTypes: string[] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…