Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ INITIALIZE
Function
INITIALIZE
src/core/abstract/MCAddress.cpp:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
INITIALIZE(Address)
535
{
536
Object::registerObjectConstructor(
"mailcore::Address"
, &createObject);
537
}
538
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected