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

Ab::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 40
Code Lines 35

Duplication

Lines 40
Ratio 100 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 35
c 2
b 0
f 0
nc 2
nop 0
dl 40
loc 40
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: orderer/ab.proto
4
5
namespace GPBMetadata\Orderer;
6
7
class Ab
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\Common\Common::initOnce();
18
        $pool->internalAddGeneratedFile(hex2bin(
19
            "0adb060a106f7264657265722f61622e70726f746f12076f726465726572" .
20
            "22330a1142726f616463617374526573706f6e7365121e0a067374617475" .
21
            "7318012001280e320e2e636f6d6d6f6e2e537461747573220c0a0a536565" .
22
            "6b4e6577657374220c0a0a5365656b4f6c64657374221f0a0d5365656b53" .
23
            "7065636966696564120e0a066e756d6265721801200128042291010a0c53" .
24
            "65656b506f736974696f6e12250a066e657765737418012001280b32132e" .
25
            "6f7264657265722e5365656b4e6577657374480012250a066f6c64657374" .
26
            "18022001280b32132e6f7264657265722e5365656b4f6c64657374480012" .
27
            "2b0a0973706563696669656418032001280b32162e6f7264657265722e53" .
28
            "65656b537065636966696564480042060a045479706522c5010a08536565" .
29
            "6b496e666f12240a05737461727418012001280b32152e6f726465726572" .
30
            "2e5365656b506f736974696f6e12230a0473746f7018022001280b32152e" .
31
            "6f7264657265722e5365656b506f736974696f6e12300a08626568617669" .
32
            "6f7218032001280e321e2e6f7264657265722e5365656b496e666f2e5365" .
33
            "656b4265686176696f72223c0a0c5365656b4265686176696f7212150a11" .
34
            "424c4f434b5f554e54494c5f5245414459100012150a114641494c5f4946" .
35
            "5f4e4f545f52454144591001225b0a0f44656c69766572526573706f6e73" .
36
            "6512200a0673746174757318012001280e320e2e636f6d6d6f6e2e537461" .
37
            "7475734800121e0a05626c6f636b18022001280b320d2e636f6d6d6f6e2e" .
38
            "426c6f636b480042060a0454797065328f010a0f41746f6d696342726f61" .
39
            "6463617374123f0a0942726f61646361737412102e636f6d6d6f6e2e456e" .
40
            "76656c6f70651a1a2e6f7264657265722e42726f61646361737452657370" .
41
            "6f6e7365220028013001123b0a0744656c6976657212102e636f6d6d6f6e" .
42
            "2e456e76656c6f70651a182e6f7264657265722e44656c69766572526573" .
43
            "706f6e736522002801300142790a256f72672e68797065726c6564676572" .
44
            "2e6661627269632e70726f746f732e6f7264657265725a2c676974687562" .
45
            "2e636f6d2f68797065726c65646765722f6661627269632f70726f746f73" .
46
            "2f6f726465726572ca022148797065726c65646765725c4661627269635c" .
47
            "50726f746f735c4f726465726572620670726f746f33"
48
        ));
49
50
        static::$is_initialized = true;
51
    }
52
}
53
54