MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / get_back

Method get_back

Kernel/include/list.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 T get_back()
183 {
184 return back;
185 }
186public:
187 T front;
188 T back;

Callers 1

BlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected