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

Method ValidateAndFormat_self_service

generator/osm2meta.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423std::string MetadataTagProcessorImpl::ValidateAndFormat_self_service(std::string v)
424{
425 strings::AsciiToLower(v);
426 if (v == "yes" || v == "only" || v == "partially" || v == "no")
427 return v;
428 return {};
429}
430
431std::string MetadataTagProcessorImpl::ValidateAndFormat_outdoor_seating(std::string v)
432{

Callers

nothing calls this directly

Calls 1

AsciiToLowerFunction · 0.85

Tested by

no test coverage detected