MCPcopy 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
274void Mapping::Map::trimAll()
275{
276 plugin.rtrim();
277 db.rtrim();
278 fromType.rtrim();
279 from.rtrim();
280 to.rtrim();
281}
282
283bool Mapping::Map::isEqual(const Map& k) const
284{

Callers

nothing calls this directly

Calls 1

rtrimMethod · 0.80

Tested by

no test coverage detected