MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / containsChild

Method containsChild

source/windowing/StarWidget.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361bool Widget::containsChild(String const& name) {
362 if (fetchChild(name))
363 return true;
364 return false;
365}
366
367WidgetPtr Widget::fetchChild(String const& name) {
368 WidgetPtr res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected