FunctionName returns the name of the function.
()
| 162 | type CallExpr interface { |
| 163 | // FunctionName returns the name of the function. |
| 164 | FunctionName() string |
| 165 | |
| 166 | // IsMemberFunction returns whether the call has a non-nil target indicating it is a member function |
| 167 | IsMemberFunction() bool |
no outgoing calls