yarray_event_path

Function yarray_event_path 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn yarray_event_path( e: *const YArrayEvent, len: *mut u32, ) -> *mut YPathSegment
Expand description

Returns a path from a root type down to a current shared collection (which can be obtained using yarray_event_target function). It can consist of either integer indexes (used by sequence components) or *char keys (used by map components). len output parameter is used to provide information about length of the path.

Path returned this way should be eventually released using ypath_destroy.