| Conditions | 2 |
| Paths | 2 |
| Total Lines | 25 |
| Code Lines | 20 |
| Lines | 25 |
| Ratio | 100 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | public static function initOnce() { |
||
| 12 | $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); |
||
| 13 | |||
| 14 | if (static::$is_initialized == true) { |
||
| 15 | return; |
||
| 16 | } |
||
| 17 | $pool->internalAddGeneratedFile(hex2bin( |
||
| 18 | "0aa4030a10706565722f71756572792e70726f746f120670726f746f7322" . |
||
| 19 | "430a16436861696e636f64655175657279526573706f6e736512290a0a63" . |
||
| 20 | "6861696e636f64657318012003280b32152e70726f746f732e436861696e" . |
||
| 21 | "636f6465496e666f22670a0d436861696e636f6465496e666f120c0a046e" . |
||
| 22 | "616d65180120012809120f0a0776657273696f6e180220012809120c0a04" . |
||
| 23 | "70617468180320012809120d0a05696e707574180420012809120c0a0465" . |
||
| 24 | "736363180520012809120c0a0476736363180620012809223d0a14436861" . |
||
| 25 | "6e6e656c5175657279526573706f6e736512250a086368616e6e656c7318" . |
||
| 26 | "012003280b32132e70726f746f732e4368616e6e656c496e666f22210a0b" . |
||
| 27 | "4368616e6e656c496e666f12120a0a6368616e6e656c5f69641801200128" . |
||
| 28 | "0942700a226f72672e68797065726c65646765722e6661627269632e7072" . |
||
| 29 | "6f746f732e706565725a296769746875622e636f6d2f68797065726c6564" . |
||
| 30 | "6765722f6661627269632f70726f746f732f70656572ca021e4879706572" . |
||
| 31 | "6c65646765725c4661627269635c50726f746f735c50656572620670726f" . |
||
| 32 | "746f33" |
||
| 33 | )); |
||
| 34 | |||
| 35 | static::$is_initialized = true; |
||
| 36 | } |
||
| 39 |