| 675 | } |
| 676 | |
| 677 | Reference<CollectionContext> UnboundCollectionContext::bindCollectionContext(Reference<DocTransaction> tr) { |
| 678 | return Reference<CollectionContext>(new CollectionContext(tr, Reference<UnboundCollectionContext>::addRef(this))); |
| 679 | } |
| 680 | |
| 681 | void UnboundCollectionContext::addIndex(Reference<IndexInfo> info) { |
| 682 | knownIndexes.push_back(info); |
no outgoing calls
no test coverage detected