Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
(s *SyntaxStmt) End() token.Position {
37
return
s.Value.End()
38
}
39
40
func
(s *SyntaxStmt) Pos() token.Position {
41
return
s.Syntax.Pos()
Callers
nothing calls this directly
Calls
1
End
Method · 0.65
Tested by
no test coverage detected