Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
3043
var
isInCode = false
3044
3045
function
checkInCode () {
3046
isInCode = checkAbove(matchInCode) || checkInIndentCode()
3047
}
3048
3049
function
checkAbove (method) {
3050
var
cursor = editor.getCursor()
Callers
1
index.js
File · 0.85
Calls
2
checkAbove
Function · 0.85
checkInIndentCode
Function · 0.85
Tested by
no test coverage detected