Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ visitCallFunction
Method
visitCallFunction
src/unparser.js:115–118 ·
view source on GitHub ↗
(call)
Source
from the content-addressed store, hash-verified
113
}
114
115
visitCallFunction(call) {
116
call.func.accept(this);
117
this.writeArgs(call.args);
118
}
119
120
visitCallMember(call) {
121
call.object.accept(this);
Callers
3
accept
Method · 0.45
aurelia-binding.js
File · 0.45
aurelia-binding.js
File · 0.45
Calls
2
writeArgs
Method · 0.80
accept
Method · 0.45
Tested by
no test coverage detected