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

Method parseFrom

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

Source from the content-addressed store, hash-verified

967 }
968
969 public static FileControl parseFrom(
970 com.google.protobuf.ByteString data)
971 throws com.google.protobuf.InvalidProtocolBufferException {
972 return com.google.protobuf.GeneratedMessageLite.parseFrom(
973 DEFAULT_INSTANCE, data);
974 }
975 public static FileControl parseFrom(
976 com.google.protobuf.ByteString data,
977 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected