MCPcopy 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

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
TESTFunction · 0.40