Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ expand
Function
expand
mini-code-edit/cm/lib/util/foldcode.js:164–168 ·
view source on GitHub ↗
(cm, region)
Source
from the content-addressed store, hash-verified
162
}
163
164
function
expand(cm, region) {
165
cm.clearMarker(region.start);
166
for
(
var
i = 0; i < region.hidden.length; ++i)
167
cm.showLine(region.hidden[i]);
168
}
169
170
return
function
(cm, line) {
171
cm.operation(
function
() {
Callers
1
foldcode.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected