Skip to content
GitHub Actions edited this page Jan 2, 2026 · 1 revision

graph_index.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/index/graph_index.cpp

Purpose: Graph index implementation for relationship queries and traversal support.

Public functions / symbols:

  • if (topologyLoaded_) {
  • for (const auto& adj : it->second) {
  • if (lastColon != std::string::npos) {
  • ``
  • addEdgeToTopology_(eid, from, to);
  • std::lock_guard<std::mutex> lock(topology_mutex_);
  • std::string keyStr(key);
  • std::string neigh(val);
  • std::string toPk(val);
  • std::string fromPk(val);
  • std::string target(targetPk);
  • std::string neighbor(val);

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally