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

Function CompilationTypeToString

libs/kml/pykmlib/bindings.cpp:388–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388std::string CompilationTypeToString(CompilationType compilationType)
389{
390 switch (compilationType)
391 {
392 case CompilationType::Category: return "Category";
393 case CompilationType::Collection: return "Collection";
394 case CompilationType::Day: return "Day";
395 case CompilationType::Count: CHECK(false, ("Unknown access rules")); return {};
396 }
397}
398
399std::string BookmarkDataToString(BookmarkData const & bm)
400{

Callers 2

CategoryDataToStringFunction · 0.85
BOOST_PYTHON_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected