MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / parseFrom

Method parseFrom

app/src/main/java/im/tox/proto/Core.java:114–119  ·  view source on GitHub ↗
(
        com.google.protobuf.ByteString data)

Source from the content-addressed store, hash-verified

112 }
113
114 public static Connection parseFrom(
115 com.google.protobuf.ByteString data)
116 throws com.google.protobuf.InvalidProtocolBufferException {
117 return com.google.protobuf.GeneratedMessageLite.parseFrom(
118 DEFAULT_INSTANCE, data);
119 }
120 public static Connection parseFrom(
121 com.google.protobuf.ByteString data,
122 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected