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

Method buf_size

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

Source from the content-addressed store, hash-verified

3986 }
3987
3988 size_t buf_size() const { return buf_epos_ - buf_spos_; }
3989
3990 const char* buf_data() const { return &buf_[buf_spos_]; }
3991

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected