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

Method stacked_error

oneflow/core/common/error.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 ~Error() = default;
136
137 std::shared_ptr<StackedError> stacked_error() const { return stacked_error_; }
138 const ErrorProto* operator->() const { return stacked_error_->error_proto().get(); }
139 ErrorProto* operator->() { return stacked_error_->mut_error_proto(); }
140 operator std::string() const;

Callers 5

JustGetErrorFunction · 0.45
TESTFunction · 0.45
operator=Method · 0.45
CatchRegistryErrorFunction · 0.45
castMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36