MCPcopy Create free account
hub / github.com/amcewen/HttpClient / flush

Method flush

HttpClient.h:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 virtual int read(uint8_t *buf, size_t size);
373 virtual int peek() { return iClient->peek(); };
374 virtual void flush() { return iClient->flush(); };
375
376 // Inherited from Client
377 virtual int connect(IPAddress ip, uint16_t port) { return iClient->connect(ip, port); };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected