Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ JSDocument
Method
JSDocument
core/script/js_document.cpp:236–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
JSDocument::JSDocument(DocumentPrivate *doc, QObject *parent)
237
: QObject(parent)
238
, m_doc(doc)
239
{
240
}
241
242
JSDocument::~JSDocument() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected