MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / size

Method size

include/chaiscript/utility/json.hpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 auto size() const {
62 return data.size();
63 }
64
65 auto begin() const {
66 return data.begin();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected