Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MakeSeedSentencePiecesInternal
Method · 0.80
LoadCharsMap
Method · 0.80
main
Function · 0.80
main
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
LoadVocabulary
Method · 0.80
TryRead
Method · 0.80
main
Function · 0.80
TEST
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64