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

MspPrincipal::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 29
Code Lines 24

Duplication

Lines 29
Ratio 100 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 24
c 2
b 0
f 0
nc 2
nop 0
dl 29
loc 29
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: msp/msp_principal.proto
4
5
namespace GPBMetadata\Msp;
6
7
class MspPrincipal
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
            "0aae040a176d73702f6d73705f7072696e636970616c2e70726f746f1206" .
19
            "636f6d6d6f6e22a9010a0c4d53505072696e636970616c12450a18707269" .
20
            "6e636970616c5f636c617373696669636174696f6e18012001280e32232e" .
21
            "636f6d6d6f6e2e4d53505072696e636970616c2e436c6173736966696361" .
22
            "74696f6e12110a097072696e636970616c18022001280c223f0a0e436c61" .
23
            "7373696669636174696f6e12080a04524f4c45100012150a114f5247414e" .
24
            "495a4154494f4e5f554e49541001120c0a084944454e5449545910022271" .
25
            "0a104f7267616e697a6174696f6e556e697412160a0e6d73705f6964656e" .
26
            "74696669657218012001280912260a1e6f7267616e697a6174696f6e616c" .
27
            "5f756e69745f6964656e746966696572180220012809121d0a1563657274" .
28
            "6966696572735f6964656e74696669657218032001280c22720a074d5350" .
29
            "526f6c6512160a0e6d73705f6964656e7469666965721801200128091229" .
30
            "0a04726f6c6518022001280e321b2e636f6d6d6f6e2e4d5350526f6c652e" .
31
            "4d5350526f6c655479706522240a0b4d5350526f6c6554797065120a0a06" .
32
            "4d454d424552100012090a0541444d494e100142700a246f72672e687970" .
33
            "65726c65646765722e6661627269632e70726f746f732e636f6d6d6f6e5a" .
34
            "286769746875622e636f6d2f68797065726c65646765722f666162726963" .
35
            "2f70726f746f732f6d7370ca021d48797065726c65646765725c46616272" .
36
            "69635c50726f746f735c4d5350620670726f746f33"
37
        ));
38
39
        static::$is_initialized = true;
40
    }
41
}
42
43