Get resolves the compiled path in data. Verifies: SYS-REQ-001 (Get) SYS-REQ-114
(data []byte)
| 176 | // Verifies: SYS-REQ-001 (Get) |
| 177 | // SYS-REQ-114 |
| 178 | func (c CompiledPath) Get(data []byte) ([]byte, ValueType, int, error) { |
| 179 | return Get(data, c.parts...) |
| 180 | } |
| 181 | |
| 182 | // GetString resolves the compiled path and returns its string value. |
| 183 | // SYS-REQ-114 |