Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONArrayEnd
Method
writeJSONArrayEnd
lib/php/lib/Protocol/TJSONProtocol.php:271–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
private function writeJSONArrayEnd()
272
{
273
$this->popContext();
274
$this->trans_->write(self::RBRACKET);
275
}
276
277
private function readJSONString($skipContext)
278
{
Callers
9
writeMessageEnd
Method · 0.95
writeMapEnd
Method · 0.95
writeListEnd
Method · 0.95
writeSetEnd
Method · 0.95
test_TJSONProtocol_write
Method · 0.95
writeMessageEnd
Method · 0.95
writeMapEnd
Method · 0.95
writeListEnd
Method · 0.95
writeSetEnd
Method · 0.95
Calls
2
popContext
Method · 0.95
write
Method · 0.65
Tested by
1
test_TJSONProtocol_write
Method · 0.76