MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / supportStatus

Function supportStatus

scripts/mkdocindex.cc:8–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6extern const std::map<std::string, const ConfigProto*> formats;
7
8static std::string supportStatus(SupportStatus status)
9{
10 switch (status)
11 {
12 case SupportStatus::DINOSAUR:
13 return "🦖";
14
15 case SupportStatus::UNICORN:
16 return "🦄";
17
18 case SupportStatus::UNSUPPORTED:
19 return "";
20 }
21
22 return "";
23}
24
25int main(int argc, const char* argv[])
26{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected