MCPcopy 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

mainFunction · 0.80
TESTFunction · 0.80
SaveModelProtoFunction · 0.80
SaveModelMethod · 0.80

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64