CompiledPath stores a parsed path for repeated operations. SYS-REQ-114
| 159 | // CompiledPath stores a parsed path for repeated operations. |
| 160 | // SYS-REQ-114 |
| 161 | type CompiledPath struct { |
| 162 | parts []string |
| 163 | } |
| 164 | |
| 165 | // CompilePath parses jsonPath once for reuse. |
| 166 | // SYS-REQ-114 |
nothing calls this directly
no outgoing calls
no test coverage detected