String returns Complete.
()
| 107 | |
| 108 | // String returns Complete. |
| 109 | func (f *Func) String() string { |
| 110 | return f.Complete |
| 111 | } |
| 112 | |
| 113 | // Arg is an argument on a Call. |
| 114 | type Arg struct { |
nothing calls this directly
no outgoing calls
no test coverage detected