| 110 | struct IOOverlappedAccept |
| 111 | { |
| 112 | IOOverlappedAccept(const IOOverlappedBase& _base, Promise<Nothing>* _promise) |
| 113 | : base(_base), promise(_promise) |
| 114 | {} |
| 115 | |
| 116 | IOOverlappedBase base; |
| 117 | Promise<Nothing>* promise; |
nothing calls this directly
no outgoing calls
no test coverage detected