The `Lexer.Ignore` function in the `github.com.dgraph-io.dgraph.lex` package is used to ignore specific tokens during lexical analysis in the Go programming language. This function allows the lexer to skip over certain tokens that are not relevant for further processing or parsing, optimizing the performance of the lexer.
Golang Lexer.Ignore - 22 examples found. These are the top rated real world Golang examples of github.com/dgraph-io/dgraph/lex.Lexer.Ignore extracted from open source projects. You can rate examples to help us improve the quality of examples.