github.com/jackc/pgx/v4/internal/sanitize.sqlLexer.nested (field)

4 uses

	github.com/jackc/pgx/v4/internal/sanitize (current package)
		sanitize.go#L96: 	nested  int // multiline comment nesting level.
		sanitize.go#L271: 				l.nested++
		sanitize.go#L280: 			if l.nested == 0 {
		sanitize.go#L283: 			l.nested--