Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ decInd
Method
decInd
src/Base/Writer.cpp:326–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
void Writer::decInd()
327
{
328
if (indent >= 4) {
329
indent -= 4;
330
}
331
else {
332
indent = 0;
333
}
334
indBuf[indent] =
'\0'
;
335
}
336
337
void Writer::putNextEntry(const char* file, const char* obj)
338
{
Callers
15
Save
Method · 0.80
writeObjectDeps
Method · 0.80
writeObjectData
Method · 0.80
writeObjects
Method · 0.80
Save
Method · 0.80
saveExtensions
Method · 0.80
Save
Method · 0.80
Save
Method · 0.80
Save
Method · 0.80
Save
Method · 0.80
saveExpandedItem
Function · 0.80
SaveDocFile
Method · 0.80
Calls
no outgoing calls
Tested by
1
Save
Method · 0.64