Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ end
Method
end
include/JSystem/JGadget/linklist.h:153–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
const_iterator begin() const { return this->oNode_.getNext(); }
152
153
iterator end() {return &this->oNode_; }
154
const_iterator end() const { return &this->oNode_; }
155
156
private:
Callers
3
Find
Method · 0.95
Confirm
Method · 0.95
pop_back
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected