MCPcopy Create free account
hub / github.com/baidu/babylon / MutableInputChannel

Method MutableInputChannel

src/babylon/anyflow/dependency.h:288–288  ·  view source on GitHub ↗

GraphDependency的轻量级包装,可以默认构造和拷贝移动

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected