Pad a string
| 44 | |
| 45 | /// Pad a string |
| 46 | static std::string Pad(uint32_t n) { |
| 47 | return std::string(n, '\t'); |
| 48 | } |
| 49 | |
| 50 | /// Assign an indirection to the creation state, and create a local mutable representation |
| 51 | /// \param state the current state |
no outgoing calls
no test coverage detected