MCPcopy Create free account
hub / github.com/catboost/catboost / main

Function main

library/cpp/http/io/list_codings/main.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <util/stream/output.h>
3
4int main() {
5 for (auto codec : SupportedCodings()) {
6 Cout << codec << Endl;
7 }
8}

Callers

nothing calls this directly

Calls 1

SupportedCodingsFunction · 0.85

Tested by

no test coverage detected