Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NsLearning/LangHelper
/ constructor
Method
constructor
ChatGPT/src-tauri/src/scripts/export.js:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
217
class
Elements {
218
constructor() {
219
this.init();
220
}
221
init() {
222
// this.threadWrapper = document.querySelector(".cdfdFe");
223
this.spacer = document.querySelector(
"[class*='h-48'].w-full.flex-shrink-0"
);
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected