MCPcopy Create free account
hub / github.com/SmingHub/Sming / toString

Function toString

tests/HostTests/modules/BitSet.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#undef XX
24
25String toString(Fruit f)
26{
27 return CStringArray(fruitStrings)[unsigned(f)];
28}
29
30using FruitBasket = BitSet<uint8_t, Fruit, size_t(Fruit::MAX)>;
31

Callers 12

ClockTestTemplateMethod · 0.70
checkSpiffsGenMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
testHttpCommonMethod · 0.50
profileHttpHeadersMethod · 0.50
checkHashMethod · 0.50
checkHmacMethod · 0.50
benchmarkHashMethod · 0.50
benchmarkHmacMethod · 0.50
nextTestMethod · 0.50
requestNextFileMethod · 0.50

Calls 1

CStringArrayClass · 0.85

Tested by

no test coverage detected