| 59 | } |
| 60 | |
| 61 | type SingleResolver struct { |
| 62 | } |
| 63 | |
| 64 | // containsUnsafePathSegments will return true if the string is a directory |
| 65 | // reference like `.` and `..` or if any path separator character like `/` and |
nothing calls this directly
no outgoing calls
no test coverage detected