Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ end
Method
end
Kernel/include/vector.h:165–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
VectorIterator end() const{
166
VectorIterator it = VectorIterator(*this);
167
168
it.pos = count;
169
170
return it;
171
}
172
173
void clear(){
174
acquireLock(&lock);
Callers
nothing calls this directly
Calls
1
VectorIterator
Class · 0.85
Tested by
no test coverage detected