Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ destroy
Method
destroy
Doc/_static/profiling-sampling-visualization.js:846–849 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
844
}
845
846
destroy() {
847
const
panel = this.container.querySelector(
"#control-panel"
);
848
if
(panel) panel.remove();
849
}
850
}
851
852
// ============================================================================
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected