Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
865
func
isASCIISpace(c byte) bool {
866
return
c ==
' '
|| c ==
'\t'
|| c ==
'\n'
|| c ==
'\r'
867
}
868
869
func
nodeLocStart(expr ast.TableExpr) int {
870
switch
e := expr.(
type
) {
Callers
1
parenDeficit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected