Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Vector
Method
Vector
Kernel/include/vector.h:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
lock_t lock = 0;
59
public:
60
Vector() = default;
61
62
Vector(const Vector<T>& x){
63
data = new T[x.get_length()];
Callers
nothing calls this directly
Calls
1
get_length
Method · 0.45
Tested by
no test coverage detected