MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / line

Method line

lib/sourcelocation.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 const char* m_file_name = "";
82 const char* m_function_name = "";
83 std::uint_least32_t line() const {
84 return m_line;
85 }
86 std::uint_least32_t column() const {
87 return m_column;
88 }

Callers 3

setDebugPathMethod · 0.45
setSourceLocationFunction · 0.45
testExprIdEqualMethod · 0.45

Calls

no outgoing calls

Tested by 1

testExprIdEqualMethod · 0.36