MCPcopy Create free account
hub / github.com/bytebase/bytebase / isASCIISpace

Function isASCIISpace

backend/plugin/parser/tidb/backup.go:865–867  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

863}
864
865func isASCIISpace(c byte) bool {
866 return c == ' ' || c == '\t' || c == '\n' || c == '\r'
867}
868
869func nodeLocStart(expr ast.TableExpr) int {
870 switch e := expr.(type) {

Callers 1

parenDeficitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected