Passed
Pull Request — master (#3)
by Timothy
11:06 queued 05:35
created

Admin::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 38
Code Lines 33

Duplication

Lines 38
Ratio 100 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 33
c 2
b 0
f 0
nc 2
nop 0
dl 38
loc 38
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: peer/admin.proto
4
5
namespace GPBMetadata\Peer;
6
7
class Admin
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
        \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
18
        $pool->internalAddGeneratedFile(hex2bin(
19
            "0a93060a10706565722f61646d696e2e70726f746f120670726f746f7322" .
20
            "9a010a0c536572766572537461747573122f0a0673746174757318012001" .
21
            "280e321f2e70726f746f732e5365727665725374617475732e5374617475" .
22
            "73436f646522590a0a537461747573436f6465120d0a09554e444546494e" .
23
            "45441000120b0a07535441525445441001120b0a0753544f505045441002" .
24
            "120a0a06504155534544100312090a054552524f521004120b0a07554e4b" .
25
            "4e4f574e100522380a0f4c6f674c6576656c5265717565737412120a0a6c" .
26
            "6f675f6d6f64756c6518012001280912110a096c6f675f6c6576656c1802" .
27
            "2001280922390a104c6f674c6576656c526573706f6e736512120a0a6c6f" .
28
            "675f6d6f64756c6518012001280912110a096c6f675f6c6576656c180220" .
29
            "01280932dc020a0541646d696e123b0a0947657453746174757312162e67" .
30
            "6f6f676c652e70726f746f6275662e456d7074791a142e70726f746f732e" .
31
            "5365727665725374617475732200123d0a0b537461727453657276657212" .
32
            "162e676f6f676c652e70726f746f6275662e456d7074791a142e70726f74" .
33
            "6f732e536572766572537461747573220012480a114765744d6f64756c65" .
34
            "4c6f674c6576656c12172e70726f746f732e4c6f674c6576656c52657175" .
35
            "6573741a182e70726f746f732e4c6f674c6576656c526573706f6e736522" .
36
            "0012480a115365744d6f64756c654c6f674c6576656c12172e70726f746f" .
37
            "732e4c6f674c6576656c526571756573741a182e70726f746f732e4c6f67" .
38
            "4c6576656c526573706f6e7365220012430a0f5265766572744c6f674c65" .
39
            "76656c7312162e676f6f676c652e70726f746f6275662e456d7074791a16" .
40
            "2e676f6f676c652e70726f746f6275662e456d7074792200427e0a226f72" .
41
            "672e68797065726c65646765722e6661627269632e70726f746f732e7065" .
42
            "6572420c41646d696e5061636b6167655a296769746875622e636f6d2f68" .
43
            "797065726c65646765722f6661627269632f70726f746f732f70656572ca" .
44
            "021e48797065726c65646765725c4661627269635c50726f746f735c5065" .
45
            "6572620670726f746f33"
46
        ));
47
48
        static::$is_initialized = true;
49
    }
50
}
51
52