Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ get
Method
get
Source/ThirdParty/catch2/catch.hpp:12432–12434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12430
12431
public:
12432
static auto get() -> InterfaceT const& {
12433
return *getInternal();
12434
}
12435
static auto getMutable() -> MutableInterfaceT& {
12436
return *getInternal();
12437
}
Callers
15
convert
Method · 0.45
GeneratorWrapper
Class · 0.45
Generators
Class · 0.45
generate
Function · 0.45
TakeGenerator
Class · 0.45
FilterGenerator
Method · 0.45
FilterGenerator
Class · 0.45
next
Method · 0.45
RepeatGenerator
Class · 0.45
MapGenerator
Method · 0.45
next
Method · 0.45
ChunkGenerator
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected