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

Method create

lib/programmemory.h:95–97  ·  view source on GitHub ↗

create object for hashed lookups */

Source from the content-addressed store, hash-verified

93
94 /** create object for hashed lookups */
95 static ExprIdToken create(nonneg int exprId) {
96 return ExprIdToken(exprId);
97 }
98
99private:
100 // for hashed lookups only

Callers

nothing calls this directly

Calls 1

ExprIdTokenClass · 0.85

Tested by

no test coverage detected