ExtensionName returns the extension referenced by this LibraryIdentifier.
()
| 190 | |
| 191 | // ExtensionName returns the extension referenced by this LibraryIdentifier. |
| 192 | func (id LibraryIdentifier) ExtensionName() string { |
| 193 | return string(id[15:]) |
| 194 | } |
| 195 | |
| 196 | // DisplayString returns the identifier as a human-readable string. |
| 197 | func (id LibraryIdentifier) DisplayString() string { |
no outgoing calls
no test coverage detected