MCPcopy 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
2178static std::string FormatBool(bool value) {
2179 return value ? "yes" : "no";
2180}
2181
2182static std::string PadCell(const std::string& value, size_t width) {
2183 if (value.size() >= width)

Callers 1

PrintResultTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected