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

Method parseFrom

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

Source from the content-addressed store, hash-verified

718 }
719
720 public static im.tox.proto.Av.CallState parseFrom(
721 com.google.protobuf.ByteString data)
722 throws com.google.protobuf.InvalidProtocolBufferException {
723 return com.google.protobuf.GeneratedMessageLite.parseFrom(
724 DEFAULT_INSTANCE, data);
725 }
726 public static im.tox.proto.Av.CallState parseFrom(
727 com.google.protobuf.ByteString data,
728 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected