MCPcopy Create free account
hub / github.com/doldecomp/mkdd / Find

Method Find

libs/JSystem/JGadget/linklist.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 TNodeLinkList::iterator TNodeLinkList::Find(const TLinkListNode *node)
118 {
119 return std::find_if(this->begin(), this->end(), TPRIsEqual_pointer_<TLinkListNode>(node));
120 }
121
122#undef NULL
123#define NULL 0

Callers 2

appendConsoleMethod · 0.45
removeConsoleMethod · 0.45

Calls 2

beginMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected