MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / insertToken

Function insertToken

lib/token.h:981–984  ·  view source on GitHub ↗

* Insert new token after this token. This function will handle * relations between next and previous token also. * @param tokenStr String for the new token. */

Source from the content-addressed store, hash-verified

979 * @param tokenStr String for the new token.
980 */
981 RET_NONNULL Token* insertToken(const std::string& tokenStr)
982 {
983 return insertToken(tokenStr, false);
984 }
985 /**
986 * Insert new token after this token. This function will handle
987 * relations between next and previous token also.

Callers 2

insertTokenBeforeFunction · 0.85
insertTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected