* @param {string} extensionId * @return {?string}
(extensionId)
| 437 | * @return {?string} |
| 438 | */ |
| 439 | getExtensionVersion(extensionId) { |
| 440 | return this.declaredExtensions_[extensionId] || null; |
| 441 | } |
| 442 | |
| 443 | /** |
| 444 | * Signal that the initial document set of extensions is known. |
no outgoing calls
no test coverage detected