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

Method open

src/VectorAudioFileReader.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//------------------------------------------------------------------------------
50
51bool VectorAudioFileReader::open(const char* /* input_filename */, bool /* show_info */)
52{
53 return true;
54}
55
56//------------------------------------------------------------------------------
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected