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

Method from

source/core/StarString.hpp:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502template <typename Container>
503StringList StringList::from(Container const& m) {
504 return StringList(m.begin(), m.end());
505}
506
507template <typename Filter>
508StringList StringList::filtered(Filter&& filter) const {

Callers

nothing calls this directly

Calls 3

StringListClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected