MCPcopy Create free account
hub / github.com/devilsen/CZXing / turnLeft

Method turnLeft

czxing/src/main/cpp/zxing/src/BitMatrixCursor.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 void turnBack() noexcept { d = back(); }
79 void turnLeft() noexcept { d = left(); }
80 void turnRight() noexcept { d = right(); }
81 void turn(Direction dir) noexcept { d = direction(dir); }
82

Callers 2

DetectPureFunction · 0.80
TraceLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected