MCPcopy Create free account
hub / github.com/antgroup/vsag / IsString

Method IsString

src/json_wrapper.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool
90JsonWrapper::IsString() const {
91 return json_->is_string();
92}
93
94bool
95JsonWrapper::IsDiscarded() const {

Callers 3

fill_datatypeFunction · 0.80
fill_metrictypeFunction · 0.80
FromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected