GraphDependency的轻量级包装,可以默认构造和拷贝移动
| 286 | public: |
| 287 | // GraphDependency的轻量级包装,可以默认构造和拷贝移动 |
| 288 | inline MutableInputChannel() noexcept = default; |
| 289 | inline MutableInputChannel(const MutableInputChannel&) noexcept = default; |
| 290 | inline MutableInputChannel& operator=(const MutableInputChannel&) noexcept = |
| 291 | default; |
nothing calls this directly
no outgoing calls
no test coverage detected