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

Chaincode::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 41
Code Lines 36

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 36
c 2
b 0
f 0
nc 2
nop 0
dl 0
loc 41
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: peer/chaincode.proto
4
5
namespace GPBMetadata\Peer;
6
7
class Chaincode
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\Google\Protobuf\Timestamp::initOnce();
18
        $pool->internalAddGeneratedFile(hex2bin(
19
            "0afb060a14706565722f636861696e636f64652e70726f746f120670726f" .
20
            "746f73223a0a0b436861696e636f64654944120c0a047061746818012001" .
21
            "2809120c0a046e616d65180220012809120f0a0776657273696f6e180320" .
22
            "012809221e0a0e436861696e636f6465496e707574120c0a046172677318" .
23
            "012003280c22dc010a0d436861696e636f64655370656312280a04747970" .
24
            "6518012001280e321a2e70726f746f732e436861696e636f646553706563" .
25
            "2e5479706512290a0c636861696e636f64655f696418022001280b32132e" .
26
            "70726f746f732e436861696e636f6465494412250a05696e707574180320" .
27
            "01280b32162e70726f746f732e436861696e636f6465496e707574120f0a" .
28
            "0774696d656f7574180420012805223e0a0454797065120d0a09554e4445" .
29
            "46494e45441000120a0a06474f4c414e47100112080a044e4f4445100212" .
30
            "070a03434152100312080a044a4156411004228a020a17436861696e636f" .
31
            "64654465706c6f796d656e7453706563122d0a0e636861696e636f64655f" .
32
            "7370656318012001280b32152e70726f746f732e436861696e636f646553" .
33
            "70656312320a0e6566666563746976655f6461746518022001280b321a2e" .
34
            "676f6f676c652e70726f746f6275662e54696d657374616d7012140a0c63" .
35
            "6f64655f7061636b61676518032001280c12460a08657865635f656e7618" .
36
            "042001280e32342e70726f746f732e436861696e636f64654465706c6f79" .
37
            "6d656e74537065632e457865637574696f6e456e7669726f6e6d656e7422" .
38
            "2e0a14457865637574696f6e456e7669726f6e6d656e74120a0a06444f43" .
39
            "4b45521000120a0a0653595354454d100122630a17436861696e636f6465" .
40
            "496e766f636174696f6e53706563122d0a0e636861696e636f64655f7370" .
41
            "656318012001280b32152e70726f746f732e436861696e636f6465537065" .
42
            "6312190a1169645f67656e65726174696f6e5f616c671802200128092a34" .
43
            "0a14436f6e666964656e7469616c6974794c6576656c120a0a065055424c" .
44
            "4943100012100a0c434f4e464944454e5449414c100142700a226f72672e" .
45
            "68797065726c65646765722e6661627269632e70726f746f732e70656572" .
46
            "5a296769746875622e636f6d2f68797065726c65646765722f6661627269" .
47
            "632f70726f746f732f70656572ca021e48797065726c65646765725c4661" .
48
            "627269635c50726f746f735c50656572620670726f746f33"
49
        ));
50
51
        static::$is_initialized = true;
52
    }
53
}
54
55