MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / isIdentifierChar

Function isIdentifierChar

pkg/sql/tokenizer/tokenizer.go:1809–1811  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

1807}
1808
1809func isIdentifierChar(r rune) bool {
1810 return isUnicodeIdentifierPart(r)
1811}
1812
1813// hasCodeBeforeOnLine checks if there are non-whitespace characters on the same
1814// line before the given byte index. Used to determine if a comment is inline.

Callers 2

readIdentifierMethod · 0.85
readPunctuationMethod · 0.85

Calls 1

isUnicodeIdentifierPartFunction · 0.85

Tested by

no test coverage detected