MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / skip_whitespace

Function skip_whitespace

Source/external/json.hpp:8801–8808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8799 }
8800
8801 void skip_whitespace()
8802 {
8803 do
8804 {
8805 get();
8806 }
8807 while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
8808 }
8809
8810 token_type scan()
8811 {

Callers 1

scanFunction · 0.85

Calls 1

getFunction · 0.85

Tested by

no test coverage detected