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

Method parseFrom

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

Source from the content-addressed store, hash-verified

2932 }
2933
2934 public static FriendTyping parseFrom(
2935 com.google.protobuf.ByteString data)
2936 throws com.google.protobuf.InvalidProtocolBufferException {
2937 return com.google.protobuf.GeneratedMessageLite.parseFrom(
2938 DEFAULT_INSTANCE, data);
2939 }
2940 public static FriendTyping parseFrom(
2941 com.google.protobuf.ByteString data,
2942 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected