Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ trimField
Function
trimField
backend/plugin/db/hive/sync.go:325–327 ·
view source on GitHub ↗
(field string)
Source
from the content-addressed store, hash-verified
323
}
324
325
func
trimField(field string) string {
326
return
strings.Trim(field,
" "
)
327
}
Callers
1
getTableInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected