Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ codefold_toggle
Function
codefold_toggle
doc/html/dynsections.js:144–147 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
142
143
// toggle single folding block
144
function
codefold_toggle(id) {
145
$(
'#foldopen'
+id).toggle();
146
$(
'#foldclosed'
+id).toggle();
147
}
148
function
init_codefold(relPath) {
149
$(
'span[class=lineno]'
).css(
150
{
'padding-right'
:
'4px'
,
Callers
nothing calls this directly
Calls
1
$
Function · 0.85
Tested by
no test coverage detected