MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Indent

Function Indent

tests/gtest/gtest-all.cc:5562–5564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5560}
5561
5562static inline std::string Indent(size_t width) {
5563 return std::string(width, ' ');
5564}
5565
5566void JsonUnitTestResultPrinter::OutputJsonKey(
5567 std::ostream* stream,

Callers 4

OutputJsonTestInfoMethod · 0.85
PrintJsonTestSuiteMethod · 0.85
PrintJsonUnitTestMethod · 0.85
PrintJsonTestListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected