Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Need
Method
Need
scintilla/src/Editor.h:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
upTo = 0;
69
}
70
void Need(workItems items_, Position pos) {
71
if ((items_ & workStyle) && (upTo < pos))
72
upTo = pos;
73
items = static_cast<workItems>(items | items_);
74
}
75
};
76
77
/**
Callers
1
QueueIdleWork
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected