pub unsafe fn read_str<'a>(v: &CodeValue) -> &'a strExpand description
Read a string from an CodeValue, returning "" if the tag is wrong or
the pointer is null.
ยงSafety
The string pointer inside v must be valid if v.tag == CODE_TAG_STRING.