Function panda_sys::container_get

source ·
pub unsafe extern "C" fn container_get(
    root: *mut Object,
    path: *const c_char
) -> *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.