graphdb_build_edge_index method

void graphdb_build_edge_index(
  1. Pointer<Box> box
)

Implementation

void graphdb_build_edge_index(ffi.Pointer<Box> box) {
  return _graphdb_build_edge_index(box);
}