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

Method getLine

public/js/lib/editor/table-editor.js:40–42  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

38 }
39
40 getLine (row) {
41 return this.doc.getLine(row)
42 }
43
44 insertLine (row, line) {
45 const lastRow = this.getLastRow()

Callers 12

insertLineMethod · 0.95
deleteLineMethod · 0.95
replaceLinesMethod · 0.95
updateAuthorshipInnerFunction · 0.80
checkInIndentCodeFunction · 0.80
checkAboveFunction · 0.80
checkBelowFunction · 0.80
checkInContainerSyntaxFunction · 0.80
index.jsFile · 0.80
toggleTodoEventFunction · 0.80
constructorMethod · 0.80
onClickFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected