relay-knowledge 1.1.17

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Stable internal facade for checkpointed code-index finalization stages.

mod call_targets;
mod calls;
mod files;
mod imported_references;
mod imports;
mod pages;
pub(in crate::storage::sqlite::code) mod phases;
pub(in crate::storage::sqlite::code::batch) mod references;
pub(super) mod search_documents;
mod symbols;

#[cfg(test)]
#[path = "tests/typescript.rs"]
mod typescript_integration_tests;