Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
Server.h/.cpp
to prepare it for SPARQL UPDATE (#1590)
Split the very large function `Server::processQuery` into several smaller functions, such that they can be reused by the `processUpdate` function (which for the most part still has to be implemented).
- Loading branch information