ResolvePath resolves the path using UnixFS resolver, and returns the resolved immutable path, and the remainder of the path segments that cannot be resolved within UnixFS.
(context.Context, path.Path)
| 47 | // immutable path, and the remainder of the path segments that cannot be resolved |
| 48 | // within UnixFS. |
| 49 | ResolvePath(context.Context, path.Path) (path.ImmutablePath, []string, error) |
| 50 | |
| 51 | // ResolveNode resolves the path (if not resolved already) using Unixfs |
| 52 | // resolver, gets and returns the resolved Node |
no outgoing calls
no test coverage detected