()
| 3145 | } |
| 3146 | |
| 3147 | func (m *Function) GetKey() string { |
| 3148 | if m != nil { |
| 3149 | return m.Key |
| 3150 | } |
| 3151 | return "" |
| 3152 | } |
| 3153 | |
| 3154 | func (m *Function) GetArgs() []string { |
| 3155 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected