(s, o)
| 38553 | test: Fo.test, |
| 38554 | _get: Fo._get, |
| 38555 | } |
| 38556 | function getValueByPointer(s, o) { |
| 38557 | if ('' == o) return s |
| 38558 | var i = { op: '_get', path: o } |
| 38559 | return (applyOperation(s, i), i.value) |
| 38560 | } |
| 38561 | function applyOperation(s, o, i, a, u, _) { |
| 38562 | if ( |
no test coverage detected