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 }
253
254 auto disposables = _context->getAllDisposables();
255 ValueArrayBuilder output;
256 for (auto* disposable : disposables) {
257 auto* attachedObject = dynamic_cast<ContextAttachedValdiObject*>(disposable);
258 if (attachedObject == nullptr) {
259 continue;
260 }

Callers 1

captureStackTracesMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected