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

Proposal::initOnce()   B

Complexity

Conditions 2
Paths 2

Size

Total Lines 37
Code Lines 32

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
cc 2
eloc 32
c 2
b 0
f 0
nc 2
nop 0
dl 0
loc 37
rs 8.8571
1
<?php
2
# Generated by the protocol buffer compiler.  DO NOT EDIT!
3
# source: peer/proposal.proto
4
5
namespace GPBMetadata\Peer;
6
7
class Proposal
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\Peer\Chaincode::initOnce();
18
        \GPBMetadata\Peer\ProposalResponse::initOnce();
19
        $pool->internalAddGeneratedFile(hex2bin(
20
            "0ad6050a13706565722f70726f706f73616c2e70726f746f120670726f74" .
21
            "6f731a1c706565722f70726f706f73616c5f726573706f6e73652e70726f" .
22
            "746f223b0a0e5369676e656450726f706f73616c12160a0e70726f706f73" .
23
            "616c5f627974657318012001280c12110a097369676e6174757265180220" .
24
            "01280c223e0a0850726f706f73616c120e0a066865616465721801200128" .
25
            "0c120f0a077061796c6f616418022001280c12110a09657874656e73696f" .
26
            "6e18032001280c22610a18436861696e636f646548656164657245787465" .
27
            "6e73696f6e121a0a127061796c6f61645f7669736962696c697479180120" .
28
            "01280c12290a0c636861696e636f64655f696418022001280b32132e7072" .
29
            "6f746f732e436861696e636f6465494422a8010a18436861696e636f6465" .
30
            "50726f706f73616c5061796c6f6164120d0a05696e70757418012001280c" .
31
            "12480a0c5472616e7369656e744d617018022003280b32322e70726f746f" .
32
            "732e436861696e636f646550726f706f73616c5061796c6f61642e547261" .
33
            "6e7369656e744d6170456e7472791a330a115472616e7369656e744d6170" .
34
            "456e747279120b0a036b6579180120012809120d0a0576616c7565180220" .
35
            "01280c3a0238012281010a0f436861696e636f6465416374696f6e120f0a" .
36
            "07726573756c747318012001280c120e0a066576656e747318022001280c" .
37
            "12220a08726573706f6e736518032001280b32102e70726f746f732e5265" .
38
            "73706f6e736512290a0c636861696e636f64655f696418042001280b3213" .
39
            "2e70726f746f732e436861696e636f646549444281010a226f72672e6879" .
40
            "7065726c65646765722e6661627269632e70726f746f732e70656572420f" .
41
            "50726f706f73616c5061636b6167655a296769746875622e636f6d2f6879" .
42
            "7065726c65646765722f6661627269632f70726f746f732f70656572ca02" .
43
            "1e48797065726c65646765725c4661627269635c50726f746f735c506565" .
44
            "72620670726f746f33"
45
        ));
46
47
        static::$is_initialized = true;
48
    }
49
}
50
51