Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
constexpr 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
writeInt
Method · 0.50
writeDouble
Method · 0.50
toString
Method · 0.50
toString
Method · 0.50
getToolboxVersion
Function · 0.50
optimizePNG
Function · 0.50
toString
Method · 0.50
operator()
Method · 0.50
dumpHeap
Method · 0.50
processRenderRequest
Method · 0.50
calculateLayoutOnNodeIfNeeded
Method · 0.50
getLoggerFormatPrefix
Method · 0.50
Calls
no outgoing calls
Tested by
2
toString
Method · 0.40
operator()
Method · 0.40