CurrentProfile returns the current running profile.
()
| 40 | |
| 41 | // CurrentProfile returns the current running profile. |
| 42 | func CurrentProfile() *Profile { return profile } |
| 43 | |
| 44 | // Profile is colima profile. |
| 45 | type Profile struct { |
no outgoing calls
no test coverage detected