Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getInstance
Method · 0.80
createFile
Method · 0.80
openFile
Method · 0.80
deleteDirectory
Method · 0.80
deleteFile
Method · 0.80
getDirectoryIteratorPointingToFile
Method · 0.80
getParentDirectoryFirstCluster
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected