Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ TryRead
Method
TryRead
external/sentencepiece/src/trainer_interface.cc:197–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
void MultiFileSentenceIterator::TryRead() {
198
read_done_ = fp_ && fp_->ReadLine(&value_);
199
}
200
201
TrainerInterface::TrainerInterface(const TrainerSpec &trainer_spec,
202
const NormalizerSpec &normalizer_spec,
Callers
nothing calls this directly
Calls
1
ReadLine
Method · 0.80
Tested by
no test coverage detected