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

Method append

text-to-qr/lib/phpqrcode/qrinput.php:338–347  ·  view source on GitHub ↗

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

($mode, $size, $data)

Source from the content-addressed store, hash-verified

336
337 //----------------------------------------------------------------------
338 public function append($mode, $size, $data)
339 {
340 try {
341 $entry = new QRinputItem($mode, $size, $data);
342 $this->items[] = $entry;
343 return 0;
344 } catch (Exception $e) {
345 return -1;
346 }
347 }
348
349 //----------------------------------------------------------------------
350

Callers 15

web_scraping.pyFile · 0.45
startFunction · 0.45
game.jsFile · 0.45
pos.jsFile · 0.45
createCactusFunction · 0.45
prepareGlareFunction · 0.45
slick.min.jsFile · 0.45
slick.jsFile · 0.45
recommendFunction · 0.45
encodeString8bitMethod · 0.45
encodeBitStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected