(uriPath, path string)
| 29 | } |
| 30 | |
| 31 | func samePath(uriPath, path string) bool { |
| 32 | return filepath.ToSlash(uriPath) == filepath.ToSlash(path) |
| 33 | } |
| 34 | |
| 35 | // extendingCurrentFile checks if the extends object's file attribute is |
| 36 | // pointing to the current file. |
no outgoing calls
no test coverage detected