Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
myFunc
Function · 0.85
Calls
1
okAsync
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…