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

Function asyncGood

tests/safe-try.test.ts:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 return Promise.resolve(err(errValue))
133 }
134 function asyncGood(): ResultAsync<number, string> {
135 return okAsync(okValue)
136 }
137 function asyncBad(): ResultAsync<number, string> {
138 return errAsync(errValue)
139 }

Callers 1

myFuncFunction · 0.85

Calls 1

okAsyncFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…