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

Method getTType

lib/php/lib/Protocol/TCompactProtocol.php:614–617  ·  view source on GitHub ↗
($byte)

Source from the content-addressed store, hash-verified

612 }
613
614 public function getTType($byte)
615 {
616 return self::$ttypes[$byte & 0x0f];
617 }
618
619 // If we are on a 32bit architecture we have to explicitly deal with
620 // 64-bit twos-complement arithmetic since PHP wants to treat all ints

Callers 3

readFieldBeginMethod · 0.95
readCollectionBeginMethod · 0.95
readMapBeginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected