| 8865 | the callProxy() method is to account for such cases. |
| 8866 | */ |
| 8867 | xArg.FuncPtrAdapter = class FuncPtrAdapter extends AbstractArgAdapter { |
| 8868 | constructor(opt) { |
| 8869 | super(opt); |
| 8870 | if(xArg.FuncPtrAdapter.warnOnUse){ |
nothing calls this directly
no outgoing calls
no test coverage detected