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

Method finishedCapture

valdi/src/valdi/runtime/JavaScript/JavaScriptRuntime.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 Valdi::Value getReachableObjectsDescription() override {
253 if (_context == nullptr) {
254 return Valdi::Value::undefined();
255 }
256
257 auto disposables = _context->getAllDisposables();
258 ValueArrayBuilder output;
259 for (auto* disposable : disposables) {
260 auto* attachedObject = dynamic_cast<ContextAttachedValdiObject*>(disposable);

Callers 1

captureStackTracesMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected