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

Method parseFrom

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

Source from the content-addressed store, hash-verified

388 }
389
390 public static UserStatus parseFrom(
391 com.google.protobuf.ByteString data)
392 throws com.google.protobuf.InvalidProtocolBufferException {
393 return com.google.protobuf.GeneratedMessageLite.parseFrom(
394 DEFAULT_INSTANCE, data);
395 }
396 public static UserStatus parseFrom(
397 com.google.protobuf.ByteString data,
398 com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Callers

nothing calls this directly

Calls 1

parseFromMethod · 0.45

Tested by

no test coverage detected