Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ vertex
Class
vertex
Source/Misc/luabind/src/inheritance.cpp:48–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
struct vertex
49
{
50
vertex(class_id id_)
51
: id(id_)
52
{}
53
54
class_id id;
55
std::vector<edge> edges;
56
};
57
58
typedef std::pair<std::ptrdiff_t, int> cache_entry;
59
Callers
1
insert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected