Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keats/jsonwebtoken
/ clone
Method
clone
src/decoding.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
T: Clone,
29
{
30
fn clone(&self) -> Self {
31
Self { header: self.header.clone(), claims: self.claims.clone() }
32
}
33
}
34
35
/// Takes the result of a rsplit and ensure we only get 2 parts
Callers
6
validate
Function · 0.80
get
Method · 0.80
test_header_hash
Function · 0.80
new
Method · 0.80
round_trip
Function · 0.80
to_token_and_parse_equals_identity
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_header_hash
Function · 0.64
round_trip
Function · 0.64
to_token_and_parse_equals_identity
Function · 0.64