It would be nice to have search functions in the ViewService to find all views that reference a subset.
Kinda similar to the search functions in the ProcessService
|
def search_string_in_code(self, search_string: str, skip_control_processes: bool=False, **kwargs) -> List[str]: |