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

Method add_stack_frame

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

Setters

Source from the content-addressed store, hash-verified

118
119 // Setters
120 void add_stack_frame(Symbol<ErrorStackFrame> error_frame) { stack_frame_.push_back(error_frame); }
121 ErrorProto* mut_error_proto() { return const_cast<ErrorProto*>(error_proto_.get()); }
122
123 private:

Callers 2

just.hFile · 0.80
error.cppFile · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected