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

Enum InputMethod

test/OptionHandlerTest.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57//------------------------------------------------------------------------------
58
59enum class InputMethod {
60 StdIn,
61 Pipe,
62 File
63};
64
65enum class OutputMethod {
66 StdOut,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected