(xs ...*cachedThunk)
| 413 | } |
| 414 | |
| 415 | func args(xs ...*cachedThunk) callArguments { |
| 416 | return callArguments{positional: xs} |
| 417 | } |
| 418 | |
| 419 | // Objects |
| 420 | // ------------------------------------- |
no outgoing calls
no test coverage detected
searching dependent graphs…