Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getBuffer
Method
getBuffer
libraries/PrintCharArray/PrintCharArray.h:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
char * getBuffer()
89
{
90
_buffer[_index] =
'\0'
;
91
return _buffer;
92
}
93
94
95
private:
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64