Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ exchangeTypes
Method
exchangeTypes
kdevplatform/language/duchain/types/typealiastype.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void TypeAliasType::exchangeTypes(KDevelop::TypeExchanger* exchanger)
78
{
79
d_func_dynamic()->m_type = IndexedType(exchanger->exchange(d_func()->m_type.abstractType()));
80
}
81
}
Callers
nothing calls this directly
Calls
3
IndexedType
Function · 0.70
exchange
Method · 0.45
abstractType
Method · 0.45
Tested by
no test coverage detected