MCPcopy Index your code
hub / github.com/epicweb-dev/epic-stack / resolveConnectionData

Function resolveConnectionData

app/utils/connections.server.ts:27–33  ·  view source on GitHub ↗
(
	providerName: ProviderName,
	providerId: string,
	options?: { timings?: Timings },
)

Source from the content-addressed store, hash-verified

25}
26
27export function resolveConnectionData(
28 providerName: ProviderName,
29 providerId: string,
30 options?: { timings?: Timings },
31) {
32 return providers[providerName].resolveConnectionData(providerId, options)
33}

Callers 1

loaderFunction · 0.90

Calls 1

resolveConnectionDataMethod · 0.65

Tested by

no test coverage detected