Function that initially creates the tree. Here we always create a Leaf that acts as our Root, until we split it. @return the initial (leaf) tree root. @throws IOException is thrown when an I/O operation fails @throws InvalidBTreeStateException is thrown when there are inconsistencies in the blocks.
()
source not stored for this graph (policy: none)
no test coverage detected