MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / code

Method code

external/sentencepiece/src/error.cc:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94StatusCode Status::code() const { return ok() ? StatusCode::kOk : rep_->code; }
95
96std::string Status::ToString() const {
97 if (rep_ == nullptr) return "OK";

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64