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

Function FormatFileOfStackFrame

oneflow/core/common/error_util.cpp:79–83  ·  view source on GitHub ↗

file info in stack frame

Source from the content-addressed store, hash-verified

77
78// file info in stack frame
79std::string FormatFileOfStackFrame(const std::string& file) {
80 std::stringstream ss;
81 ss << "\n File \"" << file << "\", ";
82 return ss.str();
83}
84
85// line info in stack frame
86std::string FormatLineOfStackFrame(const int64_t& line) {

Callers 1

FormatErrorStrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected