MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SetCodecType

Method SetCodecType

src/proto/codec/AFCodecProto.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void AFCodecProto::SetCodecType(ARK_CODEC_TYPE type)
43{
44 type_ = ARK_CODEC_TYPE::CODEC_PROTO;
45}
46
47} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected