MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / excludeConfiguredEndpoints

Function excludeConfiguredEndpoints

src/client.ts:68–74  ·  view source on GitHub ↗
(
  endpoints: string[],
  configuredEndpoints: string[],
)

Source from the content-addressed store, hash-verified

66});
67
68const excludeConfiguredEndpoints = (
69 endpoints: string[],
70 configuredEndpoints: string[],
71) => {
72 const configured = new Set(configuredEndpoints);
73 return endpoints.filter(endpoint => !configured.has(endpoint));
74};
75
76assertWeb();
77

Callers 1

PushyClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected