Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ Write
Method
Write
external/sentencepiece/src/filesystem.cc:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
util::Status status() const { return status_; }
89
90
bool Write(absl::string_view text) {
91
os_->write(text.data(), text.size());
92
return os_->good();
93
}
94
95
bool WriteLine(absl::string_view text) { return Write(text) && Write(
"\n"
); }
96
Callers
4
main
Function · 0.80
TEST
Function · 0.80
SaveModelProto
Function · 0.80
SaveModel
Method · 0.80
Calls
3
write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
1
TEST
Function · 0.64