Skip to main content

create_virtual_id

Function create_virtual_id 

Source
pub fn create_virtual_id(subject: u64, predicate: u64, object: u64) -> u64
Expand description

Helper function to create a Virtual ID from component IDs

This is a convenience wrapper around generate_embedded_triple_id that also validates the TAG_EMBEDDED bit is set correctly.