MCPcopy Create free account
hub / github.com/MCUdude/MicroCore / init

Method init

avr/cores/microcore/WString.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132/*********************************************/
133
134inline void String::init(void)
135{
136 buffer = NULL;
137 capacity = 0;
138 len = 0;
139}
140
141void String::invalidate(void)
142{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected