| 144 | return ParseHex(strHex); |
| 145 | } |
| 146 | vector<unsigned char> ParseHexO(const Object& o, string strKey) { |
| 147 | return ParseHexV(find_value(o, strKey), strKey); |
| 148 | } |
| 149 | |
| 150 | /// |
| 151 | /// Note: This interface may still be subject to change. |
nothing calls this directly
no test coverage detected