ProtectedID returns the unique hash value for the project.
()
| 17 | |
| 18 | // ProtectedID returns the unique hash value for the project. |
| 19 | func (app *DdevApp) ProtectedID() string { |
| 20 | appID, _ := machineid.ProtectedID("ddev" + app.Name) |
| 21 | return appID |
| 22 | } |
| 23 | |
| 24 | // TrackProject collects and tracks information about the project for instrumentation. |
| 25 | func (app *DdevApp) TrackProject() { |
no outgoing calls