MCPcopy Create free account
hub / github.com/TanStack/ai / isSupported

Function isSupported

testing/e2e/src/lib/feature-support.ts:253–255  ·  view source on GitHub ↗
(provider: Provider, feature: Feature)

Source from the content-addressed store, hash-verified

251}
252
253export function isSupported(provider: Provider, feature: Feature): boolean {
254 return matrix[feature]?.has(provider) ?? false
255}
256
257export function getSupportedFeatures(provider: Provider): Feature[] {
258 return (Object.entries(matrix) as Array<[Feature, Set<Provider>]>)

Callers 2

FeaturePageFunction · 0.90
providersForFunction · 0.90

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected