| 955 | } |
| 956 | |
| 957 | void ProcessSession::flushContent() { |
| 958 | content_session_->commit(); |
| 959 | } |
| 960 | |
| 961 | bool ProcessSession::outgoingConnectionsFull(const std::string& relationship) { |
| 962 | std::set<std::shared_ptr<Connectable>> connections = process_context_->getProcessorNode()->getOutGoingConnections(relationship); |
no test coverage detected