memgraph/tests/unit/storage_test_utils.hpp

6 lines
167 B
C++
Raw Normal View History

2021-09-09 22:10:19 +08:00
#pragma once
#include "storage/v2/storage.hpp"
#include "storage/v2/view.hpp"
size_t CountVertices(storage::Storage::Accessor &storage_accessor, storage::View view);