MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getIndentSize

Method getIndentSize

libraries/XMLWriter/XMLWriter.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 // multiple of 2;
106 void setIndentSize(const uint8_t size = 2) { _indentStep = size; };
107 uint8_t getIndentSize() { return _indentStep; };
108 // for manual layout control
109 void incrIndent() { _indent += _indentStep; };
110 void decrIndent() { _indent -= _indentStep; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64