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

Method setpos

lib/pathmatch.h:291–294  ·  view source on GitHub ↗

Restore a saved position */

Source from the content-addressed store, hash-verified

289
290 /* Restore a saved position */
291 void setpos(const Pos &pos)
292 {
293 mPos = pos;
294 }
295
296 /* Read the current character */
297 char operator*() const

Callers 1

matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected