MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / SrcMachineId

Method SrcMachineId

oneflow/core/lazy/actor/actor_message.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int64_t ActorMsg::SrcMachineId() const { return MachineId4ActorId(src_actor_id_); }
87
88ActorCmd ActorMsg::actor_cmd() const {
89 CHECK_EQ(msg_type_, ActorMsgType::kCmdMsg);

Callers 1

HandlerNormalMethod · 0.80

Calls 1

MachineId4ActorIdFunction · 0.85

Tested by

no test coverage detected