MCPcopy 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
147func nestedGenericRet() -> Result<Array<Foo>, Err> { fail() }
148func voidRet() -> Void { noop() }
149func tupleRet() -> (Int, Foo) { (1, Foo()) }
150func fnRet() -> (Int) -> Foo { { _ in Foo() } }

Callers

nothing calls this directly

Calls 1

failFunction · 0.50

Tested by

no test coverage detected