Passed
Pull Request — master (#3)
by Timothy
06:14
created

Kafka::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 28
Code Lines 23

Duplication

Lines 28
Ratio 100 %

Importance

Changes 0
Metric Value
cc 2
eloc 23
c 0
b 0
f 0
nc 2
nop 0
dl 28
loc 28
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: orderer/kafka.proto
4
5
namespace GPBMetadata\Orderer;
6
7
class Kafka
8
{
9
    public static $is_initialized = false;
10
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
            "0a82040a136f7264657265722f6b61666b612e70726f746f12076f726465" .
19
            "72657222af010a0c4b61666b614d657373616765122f0a07726567756c61" .
20
            "7218012001280b321c2e6f7264657265722e4b61666b614d657373616765" .
21
            "526567756c6172480012350a0b74696d655f746f5f63757418022001280b" .
22
            "321e2e6f7264657265722e4b61666b614d65737361676554696d65546f43" .
23
            "75744800122f0a07636f6e6e65637418032001280b321c2e6f7264657265" .
24
            "722e4b61666b614d657373616765436f6e6e656374480042060a04547970" .
25
            "6522260a134b61666b614d657373616765526567756c6172120f0a077061" .
26
            "796c6f616418012001280c222d0a154b61666b614d65737361676554696d" .
27
            "65546f43757412140a0c626c6f636b5f6e756d6265721801200128042226" .
28
            "0a134b61666b614d657373616765436f6e6e656374120f0a077061796c6f" .
29
            "616418012001280c222e0a0d4b61666b614d65746164617461121d0a156c" .
30
            "6173745f6f66667365745f70657273697374656418012001280342790a25" .
31
            "6f72672e68797065726c65646765722e6661627269632e70726f746f732e" .
32
            "6f7264657265725a2c6769746875622e636f6d2f68797065726c65646765" .
33
            "722f6661627269632f70726f746f732f6f726465726572ca022148797065" .
34
            "726c65646765725c4661627269635c50726f746f735c4f72646572657262" .
35
            "0670726f746f33"
36
        ));
37
38
        static::$is_initialized = true;
39
    }
40
}
41
42