| 2568 | |
| 2569 | |
| 2570 | ProxyNode FESpace :: GetProxyFunction(bool testfunction) const |
| 2571 | { |
| 2572 | return MakeProxyFunction |
| 2573 | ( testfunction, [&] (shared_ptr<ProxyFunction> proxy) { return proxy; }); |
| 2574 | } |
| 2575 | |
| 2576 | |
| 2577 |
nothing calls this directly
no test coverage detected