MCPcopy Create free account
hub / github.com/effect-app/libs / run

Function run

packages/effect-app/test/secretURL.test.ts:127–128  ·  view source on GitHub ↗
(config: Config.Config<A>, provider: ConfigProvider.ConfigProvider)

Source from the content-addressed store, hash-verified

125
126 describe("secretURL config", () => {
127 const run = <A>(config: Config.Config<A>, provider: ConfigProvider.ConfigProvider) =>
128 Effect.runSync(config.parse(provider))
129
130 test("reads from env-style ConfigProvider (QUEUE_URL)", () => {
131 const url = "https://sqs.us-east-1.amazonaws.com/123456789/my-queue"

Callers 2

secretURL.test.tsFile · 0.70
withDefaultParseOptionsFunction · 0.50

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected