MCPcopy Create free account
hub / github.com/apache/brpc / token

Method token

src/butil/strings/string_tokenizer.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 const_iterator token_begin() const { return token_begin_; }
148 const_iterator token_end() const { return token_end_; }
149 str token() const { return str(token_begin_, token_end_); }
150 butil::StringPiece token_piece() const {
151 return butil::StringPiece(&*token_begin_,
152 std::distance(token_begin_, token_end_));

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64