()
| 2891 | } |
| 2892 | |
| 2893 | func (x *FunctionMetadata) GetSignature() string { |
| 2894 | if x != nil { |
| 2895 | return x.Signature |
| 2896 | } |
| 2897 | return "" |
| 2898 | } |
| 2899 | |
| 2900 | func (x *FunctionMetadata) GetCharacterSetClient() string { |
| 2901 | if x != nil { |
no outgoing calls
no test coverage detected