Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ getName
Method
getName
src/common/candbhandler.cpp:79–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
const QString CanDbHandler::getName() const
80
{
81
if (_dbNames.count(_currentDb) > 0) {
82
return _dbNames.at(_currentDb);
83
}
84
85
return
""
;
86
}
87
88
void CanDbHandler::updateCurrentDbFromProps()
89
{
Callers
1
common_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected