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

Method Encode

src/proto/codec/AFCodecProto.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25ark::ARK_CODEC_STATUS AFCodecProto::Encode()
26{
27 // TODO:
28 return ARK_CODEC_STATUS::CODEC_STATUS_OK;
29}
30
31ark::ARK_CODEC_STATUS AFCodecProto::Decode()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected