MCPcopy Create free account
hub / github.com/Snapchat/Valdi / Object

Class Object

valdi/test/runtime/ObjectPool_tests.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace ValdiTest {
15
16struct Object {
17 Object() = default;
18
19 Value value;
20};
21
22void cleanUpObject(Shared<Object>& object) {
23 object->value = Value();

Callers 6

micromatch.jsFile · 0.50
compiled.jsFile · 0.50
chunk-vendors.jsFile · 0.50
addStylesClientFunction · 0.50
app.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected