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

Method accept

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

Source from the content-addressed store, hash-verified

221 }
222
223 accept<T>(visitor: AstVisitor<T>): T {
224 return visitor.visitFor(this);
225 }
226}
227
228export class BlockNode extends Node {

Callers 3

setupFunction · 0.45
compileStringFunction · 0.45
visitFunction · 0.45

Calls 1

visitForMethod · 0.45

Tested by 1

setupFunction · 0.36