| 46 | } |
| 47 | |
| 48 | auto get_vs_embedding(const ProxyFunction *proxy) { |
| 49 | return proxy->Evaluator()->GetVSEmbedding(); |
| 50 | } |
| 51 | |
| 52 | int proxy_dof_dimension(const ProxyFunction *proxy) { |
| 53 | if (const auto vsemb = get_vs_embedding(proxy)) |
no outgoing calls
no test coverage detected