Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
static 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
AssignPtrAndGetMutable
Function · 0.70
DeepCopyObjectTree
Function · 0.70
Dump
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected