MCPcopy
hub / github.com/cvat-ai/cvat / list

Function list

cvat-core/src/api.ts:185–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 },
184 plugins: {
185 async list() {
186 const result = await PluginRegistry.apiWrapper(cvat.plugins.list);
187 return result;
188 },
189 async register(plugin) {
190 const result = await PluginRegistry.apiWrapper(cvat.plugins.register, plugin);
191 return result;

Calls 1

apiWrapperMethod · 0.80