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: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
228
export
class
BlockNode extends Node {
Callers
3
setup
Function · 0.45
compileString
Function · 0.45
visit
Function · 0.45
Calls
1
visitFor
Method · 0.45
Tested by
1
setup
Function · 0.36