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

Function Pad

Source/Backends/DX12/Generator/Source/DeepCopyImpl.cpp:46–48  ·  view source on GitHub ↗

Pad a string

Source from the content-addressed store, hash-verified

44
45/// Pad a string
46static 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

Callers 2

AssignPtrAndGetMutableFunction · 0.70
DeepCopyObjectTreeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected