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

Method GetCodecType

src/proto/codec/AFCodecProto.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37ARK_CODEC_TYPE AFCodecProto::GetCodecType() const
38{
39 return ARK_CODEC_TYPE::CODEC_PROTO;
40}
41
42void AFCodecProto::SetCodecType(ARK_CODEC_TYPE type)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected