MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_uds_client

Function new_uds_client

net/kernel_socket.cpp:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 return NewObj<KernelSocketServer>()->init();
1000}
1001extern "C" ISocketClient* new_uds_client() {
1002 return new KernelSocketClient();
1003}
1004extern "C" ISocketServer* new_uds_server(bool autoremove) {
1005 return NewObj<KernelSocketServer>(autoremove)->init();
1006}

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
initMethod · 0.85
uds_clientFunction · 0.85
TESTFunction · 0.85
UDSStubPoolImplMethod · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
uds_clientFunction · 0.68
TESTFunction · 0.68