| 770 | } |
| 771 | |
| 772 | ref<ParameterBlock> ParameterBlock::getParameterBlock(std::string_view name) const |
| 773 | { |
| 774 | return getRootVar()[name].getParameterBlock(); |
| 775 | } |
| 776 | |
| 777 | ref<ParameterBlock> ParameterBlock::getParameterBlock(const BindLocation& bindLocation) const |
| 778 | { |
no test coverage detected