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

Function generatedOptions

dashboard/src/api/v1.ts:261–266  ·  view source on GitHub ↗
(
  options: Record<string, unknown>,
  requestConfig?: AxiosRequestConfig,
)

Source from the content-addressed store, hash-verified

259}
260
261function generatedOptions(
262 options: Record<string, unknown>,
263 requestConfig?: AxiosRequestConfig,
264) {
265 return { ...options, ...(requestConfig || {}) } as any;
266}
267
268function generatedQuery<T extends object>(
269 params?: T,

Callers 2

updateFunction · 0.85
listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected