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

Method lookAnTable

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

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

($c)

Source from the content-addressed store, hash-verified

431
432 //----------------------------------------------------------------------
433 public static function lookAnTable($c)
434 {
435 return (($c > 127)?-1:self::$anTable[$c]);
436 }
437
438 //----------------------------------------------------------------------
439 public static function checkModeAn($size, $data)

Callers 3

checkModeAnMethod · 0.95
encodeModeAnMethod · 0.45
isalnumatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected