IsEmpty returns true if there's no function calls in the chain
()
| 287 | |
| 288 | // IsEmpty returns true if there's no function calls in the chain |
| 289 | func (st ShellState) IsEmpty() bool { |
| 290 | return len(st.Calls) == 0 |
| 291 | } |
| 292 | |
| 293 | // FunctionCall represents a querybyilder.Selection |
| 294 | // |
no outgoing calls
no test coverage detected