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

Function getFileExt

src/FileFormat.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64//------------------------------------------------------------------------------
65
66std::string getFileExt(FileFormat file_format)
67{
68 return "." + toString(file_format);
69}
70
71//------------------------------------------------------------------------------
72

Callers 2

TESTFunction · 0.85
runTestFunction · 0.85

Calls 1

toStringFunction · 0.85

Tested by 2

TESTFunction · 0.68
runTestFunction · 0.68