MCPcopy Create free account
hub / github.com/SmingHub/Sming / closeall

Method closeall

Sming/Arch/Host/Components/hostlib/sockets.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void CSocketList::closeall()
415{
416 for(auto& s : *this) {
417 s->close();
418 }
419}
420
421/*
422 * CServerSocket

Callers 1

closeMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected