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

Method parseFrom

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

Source from the content-addressed store, hash-verified

1540 }
1541
1542 public static FriendName parseFrom(
1543 com.google.protobuf.ByteString data)
1544 throws com.google.protobuf.InvalidProtocolBufferException {
1545 return com.google.protobuf.GeneratedMessageLite.parseFrom(
1546 DEFAULT_INSTANCE, data);
1547 }
1548 public static FriendName parseFrom(
1549 com.google.protobuf.ByteString data,
1550 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected