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

Method buf_head

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

Source from the content-addressed store, hash-verified

8152 const char *buf_data() const { return &buf_[buf_spos_]; }
8153
8154 std::string buf_head(size_t l) const { return buf_.substr(buf_spos_, l); }
8155
8156 bool buf_start_with(const std::string &s) const {
8157 return start_with(buf_, buf_spos_, buf_epos_, s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected