MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / if

Function if

SRC/element/generic/GenericClient.cpp:1026–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024 }
1025#ifdef SSL
1026 else if (ssl) {
1027 if (machineInetAddr == 0)
1028 theChannel = new TCP_SocketSSL(port, "127.0.0.1");
1029 else
1030 theChannel = new TCP_SocketSSL(port, machineInetAddr);
1031 }
1032#endif
1033 else {
1034 if (machineInetAddr == 0)

Callers 2

setupConnectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected