Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thalhammer/jwt-cpp
/ create
Function
create
include/jwt-cpp/jwt.h:4157–4159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4155
*/
4156
template<typename Clock, typename json_traits>
4157
builder<Clock, json_traits> create(Clock c) {
4158
return builder<Clock, json_traits>(c);
4159
}
4160
4161
/**
4162
* Default clock class using std::chrono::system_clock as a backend.
Callers
7
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.40
TEST
Function · 0.40