MCPcopy Index your code
hub / github.com/nukeop/nuclear / getRecommendations

Method getRecommendations

packages/plugin-sdk/src/api/discovery.ts:20–28  ·  view source on GitHub ↗
(
    context: Track[],
    options: DiscoveryOptions,
    providerId?: string,
  )

Source from the content-addressed store, hash-verified

18 }
19
20 getRecommendations(
21 context: Track[],
22 options: DiscoveryOptions,
23 providerId?: string,
24 ): Promise<Track[]> {
25 return this.#withHost((host) =>
26 host.getRecommendations(context, options, providerId),
27 );
28 }
29}

Callers 2

initDiscoveryServiceFunction · 0.80
getRecommendationsFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected