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

Method set_bad

src/brpc/amf.h:64–64  ·  view source on GitHub ↗

If the error prevents parsing from going on, call this method. This method is also called in other functions in this class.

Source from the content-addressed store, hash-verified

62 // If the error prevents parsing from going on, call this method.
63 // This method is also called in other functions in this class.
64 void set_bad() { _good = false; }
65
66 // Return true if the stream is empty. Notice that this function
67 // may update _data and _size.

Callers 1

WriteAMFObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected