MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / buf_size

Method buf_size

source/src/httplib/httplib.h:8150–8150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8148 }
8149
8150 size_t buf_size() const { return buf_epos_ - buf_spos_; }
8151
8152 const char *buf_data() const { return &buf_[buf_spos_]; }
8153

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected