container_get

Function container_get 

Source
pub unsafe extern "C" fn container_get(
    root: *mut Object,
    path: *const i8,
) -> *mut Object
Expand description

container_get: @root: root of the #path, e.g., object_get_root() @path: path to the container

Return a container object whose path is @path. Create more containers along the path if necessary.

Returns: the container object.