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

Method size

libraries/PrintCharArray/PrintCharArray.h:76–79  ·  view source on GitHub ↗

int length() { return _index; }; // better as size()?

Source from the content-addressed store, hash-verified

74
75 // int length() { return _index; }; // better as size()?
76 int size()
77 {
78 return _index;
79 }
80
81
82 int bufSize()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36