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

Method writeI64

lib/py/src/protocol/TCompactProtocol.py:276–277  ·  view source on GitHub ↗
(self, i64)

Source from the content-addressed store, hash-verified

274
275 @writer
276 def writeI64(self, i64):
277 self.__writeVarint(makeZigZag(i64, 64))
278
279 @writer
280 def writeDouble(self, dub):

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 2

__writeVarintMethod · 0.95
makeZigZagFunction · 0.85

Tested by

no test coverage detected