Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gto76/python-cheatsheet
/ move
Function
move
parse.js:891–894 ·
view source on GitHub ↗
(anchor_el, el_id)
Source
from the content-addressed store, hash-verified
889
}
890
891
function
move(anchor_el, el_id) {
892
const
el = $(
'#'
+el_id).parent()
893
anchor_el.after(el)
894
}
895
896
function
insertPageBreaks() {
897
insertPageBreakBefore(
'#decorator'
)
Callers
2
fixPageBreaksFile
Function · 0.85
fixPageBreaksStruct
Function · 0.85
Calls
1
$
Function · 0.85
Tested by
no test coverage detected