RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, whether removal is valid and error message.
(path []string)
| 108 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 109 | // whether removal is valid and error message. |
| 110 | RemovePath(path []string) (JSON, bool, error) |
| 111 | doRemovePath(path []string) (JSON, bool, error) |
| 112 | |
| 113 | // Concat implements the `||` operator. |
no outgoing calls
no test coverage detected