MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetVersion

Method GetVersion

data/OpenKneeboardAPI.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 async GetVersion() {
65 return this.#runtimeData.Version;
66 }
67
68 EnableExperimentalFeature(name, version) {
69 return this.EnableExperimentalFeatures([{ name, version }]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected