DisplayString returns the identifier as a human-readable string.
()
| 195 | |
| 196 | // DisplayString returns the identifier as a human-readable string. |
| 197 | func (id LibraryIdentifier) DisplayString() string { |
| 198 | return fmt.Sprintf("%s--%s:%s", id.ExtensionName(), id.Version().String(), id.Platform()) |
| 199 | } |
nothing calls this directly
no test coverage detected