MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Advance

Method Advance

testing/generation/command_docs/scanner.go:91–93  ·  view source on GitHub ↗

Advance is equivalent to calling AdvanceBy(1).

()

Source from the content-addressed store, hash-verified

89
90// Advance is equivalent to calling AdvanceBy(1).
91func (scanner *Scanner) Advance() {
92 scanner.AdvanceBy(1)
93}
94
95// AdvanceBy advances the scanner by the given amount. If the amount is greater than the number of remaining runes, then
96// it advances to the end. Cannot advance backwards.

Callers 1

ProcessMethod · 0.95

Calls 1

AdvanceByMethod · 0.95

Tested by

no test coverage detected