MCPcopy
hub / github.com/supermacro/neverthrow / combine

Method combine

src/result-async.ts:69–73  ·  view source on GitHub ↗
(
    asyncResultList: T,
  )

Source from the content-addressed store, hash-verified

67 asyncResultList: T,
68 ): CombineResultAsyncs<T>
69 static combine<T extends readonly ResultAsync<unknown, unknown>[]>(
70 asyncResultList: T,
71 ): CombineResultAsyncs<T> {
72 return (combineResultAsyncList(asyncResultList) as unknown) as CombineResultAsyncs<T>
73 }
74
75 static combineWithAllErrors<
76 T extends readonly [ResultAsync<unknown, unknown>, ...ResultAsync<unknown, unknown>[]]

Callers 2

index.test.tsFile · 0.80
typecheck-tests.tsFile · 0.80

Calls 1

combineResultAsyncListFunction · 0.90

Tested by

no test coverage detected