Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ retain
Method
retain
valdi/src/valdi/runtime/JavaScript/JavaScriptTypes.hpp:198–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void retain() {
199
if (!_isRetained && _context != nullptr) {
200
_isRetained = true;
201
retainRef(*_context, _value);
202
}
203
}
204
};
205
206
using JSPropertyNameRef = JSRef<JSPropertyName>;
Callers
1
makeRetained
Method · 0.45
Calls
1
retainRef
Function · 0.85
Tested by
no test coverage detected