Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get
Method
get
implementation/endpoints/src/abstract_socket_factory.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
abstract_socket_factory* abstract_socket_factory::get() {
51
static auto const factory = init();
52
return factory.get();
53
}
54
55
}
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected