MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / String

Method String

Code/Arduino_libraries/SSD1306/OLEDDisplay.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class String {
49public:
50 String(const char *s) { _str = s; };
51 int length() { return strlen(_str); };
52 const char *c_str() { return _str; };
53 void toCharArray(char *buf, unsigned int bufsize, unsigned int index = 0) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected