MCPcopy Create free account
hub / github.com/apache/thrift / writeStructEnd

Method writeStructEnd

lib/php/lib/Protocol/TJSONProtocol.php:488–491  ·  view source on GitHub ↗

* Close a struct. * * @throws TException on write error * @return int How many bytes written */

()

Source from the content-addressed store, hash-verified

486 * @return int How many bytes written
487 */
488 public function writeStructEnd()
489 {
490 $this->writeJSONObjectEnd();
491 }
492
493 public function writeFieldBegin($fieldName, $fieldType, $fieldId)
494 {

Callers

nothing calls this directly

Calls 1

writeJSONObjectEndMethod · 0.95

Tested by

no test coverage detected