MCPcopy Create free account
hub / github.com/F-Stack/f-stack / reset

Method reset

adapter/micro_thread/mt_api.cpp:711–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 }
710
711 void reset()
712 {
713 if(keep_)
714 {
715 buf_keeper_ = (void*)buf_;
716 buf_ = NULL;
717 }
718 }
719
720 ~ScopedBuf()
721 {

Calls

no outgoing calls

Tested by

no test coverage detected