| 8 | |
| 9 | declare module "typedoc" { |
| 10 | export interface Application { |
| 11 | extraData: { |
| 12 | ffiFields: string[]; |
| 13 | pyproxyMethods: [string, (Attribute | IRFunction)[]][]; |
| 14 | }; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | function shouldDestructureArg(param) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…