MCPcopy Create free account
hub / github.com/grpc/grpc-java / PeerUid

Method PeerUid

binder/src/main/java/io/grpc/binder/PeerUid.java:39–41  ·  view source on GitHub ↗

Constructs a new instance. Intentionally non-public to prevent misuse.

(int uid)

Source from the content-addressed store, hash-verified

37
38 /** Constructs a new instance. Intentionally non-public to prevent misuse. */
39 PeerUid(int uid) {
40 this.uid = uid;
41 }
42
43 /** Returns an identifier for the current process. */
44 public static PeerUid forCurrentProcess() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected