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

KvRwset::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 39
Code Lines 34

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 1 Features 1
Metric Value
cc 2
eloc 34
c 1
b 1
f 1
nc 2
nop 0
dl 0
loc 39
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: ledger/rwset/kvrwset/kv_rwset.proto
4
5
namespace GPBMetadata\Ledger\Rwset\Kvrwset;
6
7
class KvRwset
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
            "0ad2060a236c65646765722f72777365742f6b7672777365742f6b765f72" .
19
            "777365742e70726f746f12076b7672777365742280010a074b5652575365" .
20
            "74121e0a05726561647318012003280b320f2e6b7672777365742e4b5652" .
21
            "65616412330a1272616e67655f717565726965735f696e666f1802200328" .
22
            "0b32172e6b7672777365742e52616e67655175657279496e666f12200a06" .
23
            "77726974657318032003280b32102e6b7672777365742e4b565772697465" .
24
            "22380a064b5652656164120b0a036b657918012001280912210a07766572" .
25
            "73696f6e18022001280b32102e6b7672777365742e56657273696f6e2238" .
26
            "0a074b565772697465120b0a036b657918012001280912110a0969735f64" .
27
            "656c657465180220012808120d0a0576616c756518032001280c222c0a07" .
28
            "56657273696f6e12110a09626c6f636b5f6e756d180120012804120e0a06" .
29
            "74785f6e756d18022001280422c4010a0e52616e67655175657279496e66" .
30
            "6f12110a0973746172745f6b6579180120012809120f0a07656e645f6b65" .
31
            "7918022001280912150a0d6974725f657868617573746564180320012808" .
32
            "12280a097261775f726561647318042001280b32132e6b7672777365742e" .
33
            "517565727952656164734800123f0a1372656164735f6d65726b6c655f68" .
34
            "617368657318052001280b32202e6b7672777365742e5175657279526561" .
35
            "64734d65726b6c6553756d6d6172794800420c0a0a72656164735f696e66" .
36
            "6f222f0a0a5175657279526561647312210a086b765f7265616473180120" .
37
            "03280b320f2e6b7672777365742e4b5652656164225a0a17517565727952" .
38
            "656164734d65726b6c6553756d6d61727912120a0a6d61785f6465677265" .
39
            "6518012001280d12110a096d61785f6c6576656c18022001280d12180a10" .
40
            "6d61785f6c6576656c5f68617368657318032003280c42a0010a326f7267" .
41
            "2e68797065726c65646765722e6661627269632e70726f746f732e6c6564" .
42
            "6765722e72777365742e6b7672777365745a396769746875622e636f6d2f" .
43
            "68797065726c65646765722f6661627269632f70726f746f732f6c656467" .
44
            "65722f72777365742f6b767277736574ca022e48797065726c6564676572" .
45
            "5c4661627269635c50726f746f735c4c65646765725c52575365745c4b56" .
46
            "5257536574620670726f746f33"
47
        ));
48
49
        static::$is_initialized = true;
50
    }
51
}
52
53