| 1334 | } |
| 1335 | |
| 1336 | void fxTargetNodeBind(void* it, void* param) |
| 1337 | { |
| 1338 | txBinder* binder = param; |
| 1339 | fxScopeArrow(binder->scope); |
| 1340 | } |
| 1341 | |
| 1342 | void fxTemplateNodeBind(void* it, void* param) |
| 1343 | { |
nothing calls this directly
no test coverage detected