| 52 | void set(float); |
| 53 | void set(double); |
| 54 | void set(slice s) {setStringOrData(internal::kStringTag, s);} |
| 55 | void setData(slice s) {setStringOrData(internal::kBinaryTag, s);} |
| 56 | void setValue(const Value* v); |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected