Expand description
Resolve local paths and remote Git URIs into an analyzable workspace.
Structs§
- Workspace
- A resolved repository ready for analysis.
Functions§
- looks_
like_ remote - Detect whether
targetis a remote Git URI rather than a local path. - resolve
- Resolve
target(local path or remote Git URI) into aWorkspace.