MCPcopy Create free account
hub / github.com/bwapi/bwapi / initialize

Method initialize

bwapi/SNP_DirectIP/SNP/DirectIP.cpp:110–116  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

108 //------------------------------------------------------------------------------------------------------------------------------------
109 //------------------------------------------------------------------------------------------------------------------------------------
110 void DirectIP::initialize()
111 {
112 showSettingsDialog();
113
114 // bind to port
115 rebind();
116 }
117 void DirectIP::destroy()
118 {
119 hideSettingsDialog();

Callers

nothing calls this directly

Calls 2

showSettingsDialogFunction · 0.85
rebindFunction · 0.85

Tested by

no test coverage detected