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

Method writeMapEnd

lib/php/lib/Protocol/TJSONProtocol.php:518–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 }
517
518 public function writeMapEnd()
519 {
520 $this->writeJSONObjectEnd();
521 $this->writeJSONArrayEnd();
522 }
523
524 public function writeListBegin($elemType, $size)
525 {

Callers

nothing calls this directly

Calls 2

writeJSONObjectEndMethod · 0.95
writeJSONArrayEndMethod · 0.95

Tested by

no test coverage detected