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

Method line

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

Source from the content-addressed store, hash-verified

65
66 const std::string& file() const { return file_; }
67 int64_t line() const { return line_; }
68 const std::string& function() const { return function_; }
69 const std::string& code_text() const { return code_text_; }
70

Callers 2

operator()Method · 0.80
FormatErrorStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected