pub fn create_virtual_id(subject: u64, predicate: u64, object: u64) -> u64Expand 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.