Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ isURL
Method
isURL
src/decorators/URLFinder.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
bool URLFinder::isURL(int position) const
162
{
163
const int indicators = editor->indicatorAllOnFor(position);
164
return indicators & (1 << indicator);
165
}
166
167
void URLFinder::copyURLToClipboard(int position) const
168
{
Callers
1
addEditor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected