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

Method ReadLine

external/sentencepiece/src/filesystem.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 util::Status status() const { return status_; }
50
51 bool ReadLine(std::string *line) {
52 return static_cast<bool>(std::getline(*is_, *line));
53 }
54
55 bool ReadAll(std::string *line) {
56 if (is_ == &std::cin) {

Callers 11

LoadCharsMapMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
LoadVocabularyMethod · 0.80
TryReadMethod · 0.80
mainFunction · 0.80
TESTFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64