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

Policies::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 34
Code Lines 29

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 29
c 2
b 0
f 0
nc 2
nop 0
dl 0
loc 34
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: common/policies.proto
4
5
namespace GPBMetadata\Common;
6
7
class Policies
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\Msp\MspPrincipal::initOnce();
18
        $pool->internalAddGeneratedFile(hex2bin(
19
            "0aac050a15636f6d6d6f6e2f706f6c69636965732e70726f746f1206636f" .
20
            "6d6d6f6e226b0a06506f6c696379120c0a0474797065180120012805120d" .
21
            "0a0576616c756518022001280c22440a0a506f6c69637954797065120b0a" .
22
            "07554e4b4e4f574e1000120d0a095349474e4154555245100112070a034d" .
23
            "5350100212110a0d494d504c494349545f4d4554411003227b0a17536967" .
24
            "6e6174757265506f6c696379456e76656c6f7065120f0a0776657273696f" .
25
            "6e18012001280512250a0472756c6518022001280b32172e636f6d6d6f6e" .
26
            "2e5369676e6174757265506f6c69637912280a0a6964656e746974696573" .
27
            "18032003280b32142e636f6d6d6f6e2e4d53505072696e636970616c229f" .
28
            "010a0f5369676e6174757265506f6c69637912130a097369676e65645f62" .
29
            "79180120012805480012320a086e5f6f75745f6f6618022001280b321e2e" .
30
            "636f6d6d6f6e2e5369676e6174757265506f6c6963792e4e4f75744f6648" .
31
            "001a3b0a064e4f75744f6612090a016e18012001280512260a0572756c65" .
32
            "7318022003280b32172e636f6d6d6f6e2e5369676e6174757265506f6c69" .
33
            "637942060a0454797065227f0a12496d706c696369744d657461506f6c69" .
34
            "637912120a0a7375625f706f6c696379180120012809122d0a0472756c65" .
35
            "18022001280e321f2e636f6d6d6f6e2e496d706c696369744d657461506f" .
36
            "6c6963792e52756c6522260a0452756c6512070a03414e59100012070a03" .
37
            "414c4c1001120c0a084d414a4f52495459100242760a246f72672e687970" .
38
            "65726c65646765722e6661627269632e70726f746f732e636f6d6d6f6e5a" .
39
            "2b6769746875622e636f6d2f68797065726c65646765722f666162726963" .
40
            "2f70726f746f732f636f6d6d6f6eca022048797065726c65646765725c46" .
41
            "61627269635c50726f746f735c436f6d6d6f6e620670726f746f33"
42
        ));
43
44
        static::$is_initialized = true;
45
    }
46
}
47
48