MCPcopy Index your code
hub / github.com/blastrain/vitess-sqlparser / Accept

Method Accept

tidbparser/ast/ast.go:38–38  ·  view source on GitHub ↗

Accept accepts Visitor to visit itself. The returned node should replace original node. ok returns false to stop visiting. Implementation of this method should first call visitor.Enter, assign the returned node to its method receiver, if skipChildren returns true, children should be skipped. Otherw

(v Visitor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65
AcceptMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected