Skip to main content

add_node

Function add_node 

Source
pub fn add_node(
    store: &Store,
    title: &str,
    node_type: &str,
    priority: &str,
    confidence: &str,
    body: &str,
    sources_str: &str,
    tags: &str,
    scope: &str,
    effective_from: Option<&str>,
    actor: &str,
) -> Result<FederationNode, DecapodError>