MCPcopy
hub / github.com/AstrBotDevs/AstrBot / get

Function get

dashboard/src/api/v1.ts:344–348  ·  view source on GitHub ↗
(configId: string)

Source from the content-addressed store, hash-verified

342 );
343 },
344 get(configId: string) {
345 return typed<OpenConfig>(
346 openApiV1.getConfigProfile({ path: { config_id: configId } }),
347 );
348 },
349 update(
350 configId: string,
351 config: OpenConfig,

Callers

nothing calls this directly

Calls 3

typedFunction · 0.85
pluginExtensionPathFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected