Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ swallow
Function
swallow
source/core/StarAlgorithm.hpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
template <typename Func>
38
SwallowReturn<Func> swallow(Func f) {
39
return SwallowReturn<Func>{std::move(f)};
40
}
41
42
struct Empty {
43
bool operator==(Empty const) const {
Callers
1
fullyLoad
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected