MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / Pos

Method Pos

parser/ast.go:1553–1555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1551}
1552
1553func (r *RoleName) Pos() Pos {
1554 return r.Name.Pos()
1555}
1556
1557func (r *RoleName) End() Pos {
1558 if r.Scope != nil {

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected