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

MspConfig::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 40
Code Lines 35

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 35
c 2
b 0
f 0
nc 2
nop 0
dl 0
loc 40
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: msp/msp_config.proto
4
5
namespace GPBMetadata\Msp;
6
7
class MspConfig
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
            "0ae8060a146d73702f6d73705f636f6e6669672e70726f746f12036d7370" .
19
            "22290a094d5350436f6e666967120c0a0474797065180120012805120e0a" .
20
            "06636f6e66696718022001280c22d6020a0f4661627269634d5350436f6e" .
21
            "666967120c0a046e616d6518012001280912120a0a726f6f745f63657274" .
22
            "7318022003280c121a0a12696e7465726d6564696174655f636572747318" .
23
            "032003280c120e0a0661646d696e7318042003280c12170a0f7265766f63" .
24
            "6174696f6e5f6c69737418052003280c12320a107369676e696e675f6964" .
25
            "656e7469747918062001280b32182e6d73702e5369676e696e674964656e" .
26
            "74697479496e666f12400a1f6f7267616e697a6174696f6e616c5f756e69" .
27
            "745f6964656e7469666965727318072003280b32172e6d73702e46616272" .
28
            "69634f554964656e746966696572122e0a0d63727970746f5f636f6e6669" .
29
            "6718082001280b32172e6d73702e46616272696343727970746f436f6e66" .
30
            "696712160a0e746c735f726f6f745f636572747318092003280c121e0a16" .
31
            "746c735f696e7465726d6564696174655f6365727473180a2003280c225e" .
32
            "0a1246616272696343727970746f436f6e666967121d0a157369676e6174" .
33
            "7572655f686173685f66616d696c7918012001280912290a216964656e74" .
34
            "6974795f6964656e7469666965725f686173685f66756e6374696f6e1802" .
35
            "2001280922520a135369676e696e674964656e74697479496e666f12150a" .
36
            "0d7075626c69635f7369676e657218012001280c12240a0e707269766174" .
37
            "655f7369676e657218022001280b320c2e6d73702e4b6579496e666f2237" .
38
            "0a074b6579496e666f12160a0e6b65795f6964656e746966696572180120" .
39
            "01280912140a0c6b65795f6d6174657269616c18022001280c22510a1246" .
40
            "61627269634f554964656e74696669657212130a0b636572746966696361" .
41
            "746518012001280c12260a1e6f7267616e697a6174696f6e616c5f756e69" .
42
            "745f6964656e746966696572180220012809427f0a216f72672e68797065" .
43
            "726c65646765722e6661627269632e70726f746f732e6d737042104d7370" .
44
            "436f6e6669675061636b6167655a286769746875622e636f6d2f68797065" .
45
            "726c65646765722f6661627269632f70726f746f732f6d7370ca021d4879" .
46
            "7065726c65646765725c4661627269635c50726f746f735c4d5350620670" .
47
            "726f746f33"
48
        ));
49
50
        static::$is_initialized = true;
51
    }
52
}
53
54