(aclFile)
| 162 | } |
| 163 | |
| 164 | static getDirectory (aclFile) { |
| 165 | const parts = aclFile.split('/') |
| 166 | parts.pop() |
| 167 | return `${parts.join('/')}/` |
| 168 | } |
| 169 | |
| 170 | // Gets any ACLs that apply to the resource |
| 171 | // DELETE uses docAcl when docAcl is parent to the resource |
no outgoing calls
no test coverage detected