()
| 77 | } |
| 78 | |
| 79 | func (p Port) NameVersion() string { |
| 80 | return p.Name + "@" + p.Version |
| 81 | } |
| 82 | |
| 83 | // visitedKey is the key used in visitedPorts to dedupe per-command processing. |
| 84 | func (p Port) visitedKey() string { |
no outgoing calls
no test coverage detected