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

Function checkInCode

public/js/index.js:3045–3047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3043var isInCode = false
3044
3045function checkInCode () {
3046 isInCode = checkAbove(matchInCode) || checkInIndentCode()
3047}
3048
3049function checkAbove (method) {
3050 var cursor = editor.getCursor()

Callers 1

index.jsFile · 0.85

Calls 2

checkAboveFunction · 0.85
checkInIndentCodeFunction · 0.85

Tested by

no test coverage detected