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

Struct CommentStmt

tools/goctl/pkg/parser/api/ast/comment.go:46–49  ·  view source on GitHub ↗

CommentStmt represents a comment statement.

Source from the content-addressed store, hash-verified

44
45// CommentStmt represents a comment statement.
46type CommentStmt struct {
47 // Comment is the comment token.
48 Comment token.Token
49}
50
51func (c *CommentStmt) HasHeadCommentGroup() bool {
52 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected