MCPcopy Create free account
hub / github.com/avast/retdec / getIndentation

Function getIndentation

src/utils/string.cpp:1049–1051  ·  view source on GitHub ↗

* @brief Returns an indentation string containing the specified number of * characters. */

Source from the content-addressed store, hash-verified

1047* characters.
1048*/
1049std::string getIndentation(std::size_t count, char c) {
1050 return std::string(count, c);
1051}
1052
1053/**
1054* @brief Appends hexadecimal address to string (typically object name).

Callers 2

printMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68