()
| 3152 | } |
| 3153 | |
| 3154 | func (m *Function) GetArgs() []string { |
| 3155 | if m != nil { |
| 3156 | return m.Args |
| 3157 | } |
| 3158 | return nil |
| 3159 | } |
| 3160 | |
| 3161 | // Op and Children are internal nodes and Func on leaves. |
| 3162 | type FilterTree struct { |
nothing calls this directly
no outgoing calls
no test coverage detected