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