Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ prev
Method
prev
valdi_core/src/valdi_core/cpp/Utils/LinkedList.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
LinkedListNode* LinkedListNode::prev() const {
23
return _prev;
24
}
25
26
void LinkedListNode::remove() {
27
auto next = std::move(_next);
Callers
7
back
Method · 0.80
insert
Method · 0.80
removeNode
Method · 0.80
o
Function · 0.80
micromatch.js
File · 0.80
r
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64