Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/gto76/python-cheatsheet
/ addToc
Function
addToc
parse.js:762–765 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
760
}
761
762
function
addToc() {
763
const
nodes = $.parseHTML(TOC);
764
$(
'#main'
).before(nodes);
765
}
766
767
function
insertLinks() {
768
$(
'h2'
).each(
function
() {
Callers
1
modifyPage
Function · 0.85
Calls
1
$
Function · 0.85
Tested by
no test coverage detected