MCPcopy Create free account
hub / github.com/cginternals/globjects / isLocation

Method isLocation

source/globjects/source/LocationIdentity.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool LocationIdentity::isLocation() const
34{
35 return !m_hasName && !m_invalid;
36}
37
38bool LocationIdentity::isName() const
39{

Callers 2

locationForMethod · 0.80
blockIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected