Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobedGD/globed2
/ create
Method
create
src/modules/scripting-ui/ui/ScriptLogPanelPopup.cpp:230–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
ScriptLogPanelPopup* ScriptLogPanelPopup::create() {
231
auto ret = new ScriptLogPanelPopup();
232
if (ret->init()) {
233
ret->autorelease();
234
return ret;
235
}
236
delete ret;
237
return nullptr;
238
}
239
240
}
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected