RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, whether removal is valid and error message.
(path []string)
| 169 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 170 | // whether removal is valid and error message. |
| 171 | RemovePath(path []string) (JSON, bool, error) |
| 172 | doRemovePath(path []string) (JSON, bool, error) |
| 173 | |
| 174 | // Concat implements the `||` operator. |
no outgoing calls
no test coverage detected