()
| 62 | } |
| 63 | |
| 64 | async GetVersion() { |
| 65 | return this.#runtimeData.Version; |
| 66 | } |
| 67 | |
| 68 | EnableExperimentalFeature(name, version) { |
| 69 | return this.EnableExperimentalFeatures([{ name, version }]); |
nothing calls this directly
no outgoing calls
no test coverage detected