MCPcopy Index your code
hub / github.com/hackmdio/codimd / clearMap

Function clearMap

public/js/lib/syncscroll.js:187–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185let scrollMap, lineHeightMap, viewTop, viewBottom
186
187export function clearMap () {
188 scrollMap = null
189 lineHeightMap = null
190 viewTop = null
191 viewBottom = null
192}
193window.viewAjaxCallback = clearMap
194
195const buildMap = _.throttle(buildMapInner, buildMapThrottle)

Callers 3

index.jsFile · 0.90
windowResizeInnerFunction · 0.90
updateViewInnerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected