MCPcopy Create free account
hub / github.com/bbc/audiowaveform / BStdFile

Method BStdFile

src/BStdFile.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29//------------------------------------------------------------------------------
30
31BStdFile::BStdFile(FILE* file)
32{
33 file_ = NewBstdFile(file);
34
35 if (file_ == nullptr) {
36 throwError("Can't create a new bstdfile_t: %1%", strerror(errno));
37 }
38}
39
40//------------------------------------------------------------------------------
41

Callers

nothing calls this directly

Calls 2

NewBstdFileFunction · 0.85
throwErrorFunction · 0.70

Tested by

no test coverage detected