MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / skip

Method skip

JUCE/modules/juce_gui_extra/code_editor/juce_CodeDocument.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void CodeDocument::Iterator::skip() noexcept
200{
201 nextChar();
202}
203
204void CodeDocument::Iterator::skipToEndOfLine() noexcept
205{

Callers 3

readNextTokenMethod · 0.45
readNextTokenMethod · 0.45
parseSingleTokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected