Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ document
Method
document
src/common/find/outputdocumentfind.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
QTextDocument *OutputDocumentFindPrivate::document() const
37
{
38
Q_ASSERT(textEdit);
39
return textEdit->document();
40
}
41
42
void OutputDocumentFindPrivate::setTextCursor(const QTextCursor &cursor)
43
{
Callers
1
findString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected