Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authlib/authlib
/ decode_int
Function
decode_int
authlib/jose/rfc7518/util.py:11–12 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
9
10
11
def
decode_int(b):
12
return
int(binascii.b2a_hex(b), 16)
Callers
1
verify
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…