MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / serviceWithInfo

Method serviceWithInfo

src/core/provider/MCNetService.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38NetService * NetService::serviceWithInfo(HashMap * info)
39{
40 NetService * service = new NetService();
41 service->fillWithInfo(info);
42 service->autorelease();
43 return service;
44}
45
46void NetService::fillWithInfo(HashMap * info)
47{

Callers

nothing calls this directly

Calls 2

fillWithInfoMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected