MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / size

Method size

less_slow.cpp:7001–7001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6999 type_ &operator[](std::size_t idx) noexcept { return data_[idx]; }
7000 type_ operator[](std::size_t idx) const noexcept { return data_[idx]; }
7001 std::size_t size() const noexcept { return size_; }
7002};
7003
7004/**

Callers 15

splitFunction · 0.45
parse_stlFunction · 0.45
parse_rangesFunction · 0.45
parse_szFunction · 0.45
config_parse_regexFunction · 0.45
parse_regexFunction · 0.45
parse_ctreFunction · 0.45
json_yyjsonFunction · 0.45
json_nlohmannFunction · 0.45
json_simdjson_ondemandFunction · 0.45
json_simdjson_domFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected