Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ login_api
Method
login_api
libraries/app/api.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
namespace graphene { namespace app {
40
41
login_api::login_api(application& a)
42
:_app(a)
43
{
44
}
45
46
login_api::~login_api()
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected