MCPcopy
hub / github.com/zeromicro/go-zero / End

Method End

tools/goctl/pkg/parser/api/ast/syntaxstatement.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (s *SyntaxStmt) End() token.Position {
37 return s.Value.End()
38}
39
40func (s *SyntaxStmt) Pos() token.Position {
41 return s.Syntax.Pos()

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected