MCPcopy Create free account
hub / github.com/CashScript/cashscript / accept

Method accept

packages/cashc/src/ast/AST.ts:111–113  ·  view source on GitHub ↗
(visitor: AstVisitor<T>)

Source from the content-addressed store, hash-verified

109 }
110
111 accept<T>(visitor: AstVisitor<T>): T {
112 return visitor.visitTupleAssignment(this);
113 }
114}
115
116export class AssignNode extends NonControlStatementNode {

Callers

nothing calls this directly

Calls 1

visitTupleAssignmentMethod · 0.45

Tested by

no test coverage detected