MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / get

Method get

include/jwt/parameters.hpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88struct secret_function_param
89{
90 T get() const { return fun_; }
91 template <typename U>
92 std::string get(U&& u) const { return fun_(u);}
93 T fun_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected