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

Method IsNumberInteger

src/json_wrapper.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool
85JsonWrapper::IsNumberInteger() const {
86 return json_->is_number_integer();
87}
88
89bool
90JsonWrapper::IsString() const {

Callers 5

fill_dimFunction · 0.80
fill_extra_info_sizeFunction · 0.80
FromJsonMethod · 0.80
FromJsonMethod · 0.80
FromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected