MCPcopy Create free account
hub / github.com/Snapchat/Valdi / to_string

Function to_string

valdi_core/generated-src/cpp/valdi_core/Platform.hpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16constexpr const char* to_string(Platform e) noexcept {
17 constexpr const char* names[] = {
18 "ios",
19 "android",
20 "skia",
21 };
22 return names[static_cast<int>(e)];
23}
24
25} // namespace snap::valdi_core
26

Callers 15

writeIntMethod · 0.50
writeDoubleMethod · 0.50
toStringMethod · 0.50
toStringMethod · 0.50
getToolboxVersionFunction · 0.50
optimizePNGFunction · 0.50
toStringMethod · 0.50
operator()Method · 0.50
dumpHeapMethod · 0.50
processRenderRequestMethod · 0.50
getLoggerFormatPrefixMethod · 0.50

Calls

no outgoing calls

Tested by 2

toStringMethod · 0.40
operator()Method · 0.40