MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Pad

Function Pad

Source/Backends/Vulkan/Generator/Source/DeepCopy.cpp:61–63  ·  view source on GitHub ↗

Pad a string

Source from the content-addressed store, hash-verified

59
60/// Pad a string
61static std::string Pad(uint32_t n) {
62 return std::string(n, '\t');
63}
64
65/// Naive tokenizer
66/// \param token the current token to be iterated

Callers 3

AssignPtrAndGetMutableFunction · 0.70
DeepCopyObjectTreeFunction · 0.70
DumpMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected