Args returns an interface slice containing the arguments of this invocation.
()
| 315 | // Args returns an interface slice containing the arguments of this |
| 316 | // invocation. |
| 317 | func (c ProviderConfigFuncCall) Args() []interface{} { |
| 318 | return []interface{}{} |
| 319 | } |
| 320 | |
| 321 | // Results returns an interface slice containing the results of this |
| 322 | // invocation. |
no outgoing calls
no test coverage detected