Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setDebugPath
Method · 0.45
setSourceLocation
Function · 0.45
testExprIdEqual
Method · 0.45
Calls
no outgoing calls
Tested by
1
testExprIdEqual
Method · 0.36