Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ accept
Method
accept
src/ast.js:410–412 ·
view source on GitHub ↗
(visitor)
Source
from the content-addressed store, hash-verified
408
}
409
410
accept(visitor) {
411
return
visitor.visitCallFunction(this);
412
}
413
414
connect(binding, scope) {
415
this.func.connect(binding, scope);
Callers
nothing calls this directly
Calls
1
visitCallFunction
Method · 0.45
Tested by
no test coverage detected