Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ writespaces
Function
writespaces
Reference code/osImageTool/debug.cpp:197–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
}
197
void writespaces(string &str, int n)
198
{
199
while(n--)
200
{
201
str +=
' '
;
202
}
203
}
204
205
std::string hexdump(const BYTE *buf, int nLength, int nDumpUnitSize /*=1*/)
206
{
Callers
1
hexdump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected