MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / end

Method end

src/api_builder/utilities.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return m_root->u.array.values;
57 }
58 json_value** end() const {
59 return m_root->u.array.values + m_root->u.array.length;
60 }
61};

Calls

no outgoing calls

Tested by

no test coverage detected