(String ref)
| 191 | } |
| 192 | |
| 193 | private static RefObject getRefInternal(String ref) { |
| 194 | return getRefInternal(ref, true); |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * 1. if ref not exist, return refObject: {refName:ref, refValue: {falseSymbolic, null}} |
no test coverage detected