relay-knowledge 1.1.10

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
mod manual;
mod node_kinds;

pub(in crate::code::parser) use manual::{function_definition_is_destructor, manual_definitions};
pub(in crate::code::parser) use node_kinds::{definition_kind, is_call_node};