MCPcopy Create free account
hub / github.com/comaps/comaps / HasAtm

Function HasAtm

libs/indexer/feature_utils.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool HasAtm(TypesHolder const & types)
273{
274 auto const & isAtmType = ftypes::IsATMChecker::Instance();
275 return isAtmType(types);
276}
277
278bool HasToilets(TypesHolder const & types)
279{

Callers 2

HasAtmMethod · 0.70
FormatSubtitleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected