| 663 | } |
| 664 | |
| 665 | Reference<UnboundQueryContext> UnboundQueryContext::getSubContext(StringRef sub) { |
| 666 | return Reference<UnboundQueryContext>(new UnboundQueryContext(*this, sub)); |
| 667 | } |
| 668 | |
| 669 | Reference<QueryContext> UnboundQueryContext::bindQueryContext(Reference<DocTransaction> tr) { |
| 670 | return Reference<QueryContext>(new QueryContext(tr))->getSubContext(prefix.toString()); |
no outgoing calls
no test coverage detected