MCPcopy Create free account
hub / github.com/chrxh/alien / buf_erase

Method buf_erase

external/cpp-httplib/httplib.h:4039–4039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4037 }
4038
4039 void buf_erase(size_t size) { buf_spos_ += size; }
4040
4041 std::string buf_;
4042 size_t buf_spos_ = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected