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

Method begin

src/api_builder/utilities.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 json_value** begin() const {
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 }

Callers 14

parseMessageFunction · 0.45
datagram_get_messageFunction · 0.45
humblenet_datagram_recvFunction · 0.45
humblenet_datagram_flushFunction · 0.45
humblenet_poll_allFunction · 0.45
erase_valueFunction · 0.45
on_writableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected