MCPcopy Create free account
hub / github.com/donatj/sqlread / identValue

Function identValue

query.go:256–260  ·  view source on GitHub ↗
(c LexItem)

Source from the content-addressed store, hash-verified

254}
255
256func identValue(c LexItem) string {
257 // remove backticks - if/when we implement backtickless
258 // identifiers this will need to be better handled.
259 return c.Val[1 : len(c.Val)-1]
260}

Callers 4

parseShowColumnsMethod · 0.85
parseShowCreateTableMethod · 0.85
parseSelectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected