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

Method getNumTokens

lib/src/string/TokenisedString.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 */
88
89 int TokenisedString::getNumTokens() const {
90 return (_last-_first)+1;
91 }
92
93
94 /**

Callers 7

getInstanceMethod · 0.80
createFileMethod · 0.80
openFileMethod · 0.80
deleteDirectoryMethod · 0.80
deleteFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected