MCPcopy Create free account
hub / github.com/defold/defold / Consume

Function Consume

engine/dlib/src/dlib/message.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 }
625
626 uint32_t Consume(HSocket socket)
627 {
628 return Dispatch(socket, &ConsumeCallback, 0);
629 }
630
631 Result ParseURL(const char* uri, StringURL* out_url)
632 {

Callers 2

DetachCollectionFunction · 0.85
TEST_FFunction · 0.85

Calls 1

DispatchFunction · 0.70

Tested by 1

TEST_FFunction · 0.68