Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ fullTeardown
Method
fullTeardown
valdi/src/valdi/runtime/JavaScript/JavaScriptRuntime.cpp:363–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
void JavaScriptRuntime::fullTeardown() {
364
teardown(true);
365
}
366
367
void JavaScriptRuntime::partialTeardown() {
368
teardown(false);
Callers
3
~JavaScriptANRDetector
Method · 0.45
~JavaScriptWorker
Method · 0.45
teardown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected