Utility Functions

lfview.client.utils.touch(resource, recursive=False)

Indicate that a resource has been updated since last upload

By default, when a property is changed, the resource is automatically touched. You may also specify recursive=True to touch all child resources.

lfview.client.utils.compute_children(resource)

Recursively traverse pointers to find all nested resources

This function is used to identify all resources that need to be exposed on a View manifest contents list.