Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ trimAll
Method
trimAll
src/jrd/Mapping.cpp:274–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void Mapping::Map::trimAll()
275
{
276
plugin.rtrim();
277
db.rtrim();
278
fromType.rtrim();
279
from.rtrim();
280
to.rtrim();
281
}
282
283
bool Mapping::Map::isEqual(const Map& k) const
284
{
Callers
nothing calls this directly
Calls
1
rtrim
Method · 0.80
Tested by
no test coverage detected