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

Method accept

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

Source from the content-addressed store, hash-verified

266 }
267
268 accept<T>(visitor: AstVisitor<T>): T {
269 return visitor.visitFunctionCall(this);
270 }
271}
272
273export class InstantiationNode extends ExpressionNode {

Callers

nothing calls this directly

Calls 1

visitFunctionCallMethod · 0.45

Tested by

no test coverage detected