MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / setRange

Method setRange

lib/src/string/TokenisedString.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 */
120
121 void TokenisedString::setRange(int first,int last) {
122 _first=first;
123 _last=last;
124 }
125
126
127 /**

Callers 3

createFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected