Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ FormatBool
Function
FormatBool
examples/VulkanBenchmark.cpp:2178–2180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2176
}
2177
2178
static std::string FormatBool(bool value) {
2179
return value ?
"yes"
:
"no"
;
2180
}
2181
2182
static std::string PadCell(const std::string& value, size_t width) {
2183
if (value.size() >= width)
Callers
1
PrintResultTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected