< Summary

Class:DCL.ECSComponents.IdReflection
Assembly:DCL.ECSComponents.ProtobufData
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/ECS7/ProtocolBuffers/Generated/Id.gen.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:46
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
IdReflection()0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/ECS7/ProtocolBuffers/Generated/Id.gen.cs

#LineLine coverage
 1// <auto-generated>
 2//     Generated by the protocol buffer compiler.  DO NOT EDIT!
 3//     source: ecs/components/common/id.proto
 4// </auto-generated>
 5#pragma warning disable 1591, 0612, 3021
 6#region Designer generated code
 7
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12namespace DCL.ECSComponents {
 13
 14  /// <summary>Holder for reflection information generated from ecs/components/common/id.proto</summary>
 15  public static partial class IdReflection {
 16
 17    #region Descriptor
 18    /// <summary>File descriptor for ecs/components/common/id.proto</summary>
 19    public static pbr::FileDescriptor Descriptor {
 020      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 24    static IdReflection() {
 025      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "Ch5lY3MvY29tcG9uZW50cy9jb21tb24vaWQucHJvdG8SEGRlY2VudHJhbGFu",
 28            "ZC5lY3MaIGdvb2dsZS9wcm90b2J1Zi9kZXNjcmlwdG9yLnByb3RvOjsKEGVj",
 29            "c19jb21wb25lbnRfaWQSHC5nb29nbGUucHJvdG9idWYuRmlsZU9wdGlvbnMY",
 30            "0IYDIAEoBYgBAUIUqgIRRENMLkVDU0NvbXBvbmVudHNiBnByb3RvMw=="));
 031      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 32          new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, },
 33          new pbr::GeneratedClrTypeInfo(null, new pb::Extension[] { IdExtensions.EcsComponentId }, null));
 034    }
 35    #endregion
 36
 37  }
 38  /// <summary>Holder for extension identifiers generated from the top level of ecs/components/common/id.proto</summary>
 39  public static partial class IdExtensions {
 40    public static readonly pb::Extension<global::Google.Protobuf.Reflection.FileOptions, int> EcsComponentId =
 41      new pb::Extension<global::Google.Protobuf.Reflection.FileOptions, int>(50000, pb::FieldCodec.ForInt32(400000, 0));
 42  }
 43
 44}
 45
 46#endregion Designer generated code

Methods/Properties

Descriptor()
IdReflection()