MCPcopy Create free account
hub / github.com/apache/brpc / AMFField

Method AMFField

src/brpc/amf.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// =============== AMFField ==============
57
58AMFField::AMFField()
59 : _type(AMF_MARKER_UNDEFINED), _is_shortstr(false), _strsize(0) {
60}
61
62AMFField::AMFField(const AMFField& rhs)
63 : _type(rhs._type), _is_shortstr(rhs._is_shortstr), _strsize(rhs._strsize) {

Callers

nothing calls this directly

Calls 3

IsStringMethod · 0.80
IsObjectMethod · 0.80
IsArrayMethod · 0.80

Tested by

no test coverage detected