(data, action=Authz.READ)
| 123 | |
| 124 | |
| 125 | def get_nested_collection(data, action=Authz.READ): |
| 126 | collection_id = get_nested(data, "collection", "collection_id") |
| 127 | return get_db_collection(collection_id, action) |
| 128 | |
| 129 | |
| 130 | def get_index_collection(collection_id, action=Authz.READ): |
no test coverage detected