(identifier, options)
| 208 | */ |
| 209 | class Keyring { |
| 210 | constructor(identifier, options) { |
| 211 | this.identifier = identifier; |
| 212 | this.logoRev = options.revision || 0; |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * @typedef {Object} LookupResult |
nothing calls this directly
no outgoing calls
no test coverage detected