MCPcopy Index your code
hub / github.com/bytebase/bytebase / Error

Method Error

backend/plugin/parser/base/base.go:13–15  ·  view source on GitHub ↗

Error returns the error message.

()

Source from the content-addressed store, hash-verified

11
12// Error returns the error message.
13func (e *SyntaxError) Error() string {
14 return e.Message
15}
16
17func GetOffsetLength(total int) int {
18 length := 1

Calls

no outgoing calls