Method
register
(
pluginModel: IPublicTypePlugin,
options?: any,
registerOptions?: IPublicTypePluginRegisterOptions,
)
Source from the content-addressed store, hash-verified
| 32 | } |
| 33 | |
| 34 | async register( |
| 35 | pluginModel: IPublicTypePlugin, |
| 36 | options?: any, |
| 37 | registerOptions?: IPublicTypePluginRegisterOptions, |
| 38 | ): Promise<void> { |
| 39 | await this[pluginsSymbol].register(pluginModel, options, registerOptions); |
| 40 | } |
| 41 | |
| 42 | async init(registerOptions: any) { |
| 43 | await this[pluginsSymbol].init(registerOptions); |
Callers
nothing calls this directly
Tested by
no test coverage detected