MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / uniqueUrls

Function uniqueUrls

packages/plugins/google/src/sdk/plugin.ts:148–150  ·  view source on GitHub ↗
(urls: readonly string[])

Source from the content-addressed store, hash-verified

146 );
147
148const uniqueUrls = (urls: readonly string[]): readonly string[] => [
149 ...new Set(urls.flatMap((url) => normalizeGoogleDiscoveryUrl(url) ?? [])),
150];
151
152const describeGoogleAuthMethods = (record: IntegrationRecord): readonly AuthMethodDescriptor[] => {
153 const config = decodeGoogleIntegrationConfig(record.config);

Callers 2

addBundleFunction · 0.85
updateBundleFunction · 0.85

Calls 1

Tested by

no test coverage detected