MCPcopy Create free account
hub / github.com/codemistic/Web-Development / getByteStream

Method getByteStream

text-to-qr/lib/phpqrcode/phpqrcode.php:1730–1738  ·  view source on GitHub ↗

----------------------------------------------------------------------

()

Source from the content-addressed store, hash-verified

1728
1729 //----------------------------------------------------------------------
1730 public function getByteStream()
1731 {
1732 $bstream = $this->getBitStream();
1733 if($bstream == null) {
1734 return null;
1735 }
1736
1737 return $bstream->toByte();
1738 }
1739 }
1740
1741

Callers 1

__constructMethod · 0.45

Calls 2

getBitStreamMethod · 0.95
toByteMethod · 0.45

Tested by

no test coverage detected