Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CashScript/cashscript
/ accept
Method
accept
packages/cashc/src/ast/AST.ts:31–33 ·
view source on GitHub ↗
(visitor: AstVisitor<T>)
Source
from the content-addressed store, hash-verified
29
}
30
31
accept<T>(visitor: AstVisitor<T>): T {
32
return
visitor.visitSourceFile(this);
33
}
34
}
35
36
export
class
ContractNode extends Node implements Named {
Callers
nothing calls this directly
Calls
1
visitSourceFile
Method · 0.45
Tested by
no test coverage detected