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

Method writeI32

lib/py/src/protocol/TCompactProtocol.py:272–273  ·  view source on GitHub ↗
(self, i32)

Source from the content-addressed store, hash-verified

270
271 @writer
272 def writeI32(self, i32):
273 self.__writeVarint(makeZigZag(i32, 32))
274
275 @writer
276 def writeI64(self, i64):

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 2

__writeVarintMethod · 0.95
makeZigZagFunction · 0.85

Tested by

no test coverage detected