Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ nestedGenericRet
Function
nestedGenericRet
__tests__/fixtures/kernel-parity/torture.swift:147–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
func nestedGenericRet() -> Result<Array<Foo>, Err> { fail() }
148
func voidRet() -> Void { noop() }
149
func tupleRet() -> (Int, Foo) { (1, Foo()) }
150
func fnRet() -> (Int) -> Foo { { _ in Foo() } }
Callers
nothing calls this directly
Calls
1
fail
Function · 0.50
Tested by
no test coverage detected