Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsightIM/Tok-Android
/ simplePk
Method
simplePk
app/src/main/java/com/client/tok/utils/PkUtils.java:78–81 ·
view source on GitHub ↗
(String pk)
Source
from the content-addressed store, hash-verified
76
}
77
78
public
static
String simplePk(String pk) {
79
int
simplePkLength = 8;
80
return
pk.substring(0, simplePkLength - 1);
81
}
82
}
Callers
3
getDisplayName
Method · 0.95
getDisplayName
Method · 0.95
showContactDetail
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected