| 2973 | } |
| 2974 | |
| 2975 | void Path::invalidPath(const std::string & /*path*/, int /*location*/) { |
| 2976 | // Error: invalid path. |
| 2977 | } |
| 2978 | |
| 2979 | const Value &Path::resolve(const Value &root) const { |
| 2980 | const Value *node = &root; |
nothing calls this directly
no outgoing calls
no test coverage detected