MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / removeGutterMarker

Function removeGutterMarker

mini-code-edit/cm/lib/codemirror.js:1476–1480  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1474 return line;
1475 }
1476 function removeGutterMarker(line) {
1477 if (typeof line == "number") line = getLine(clipLine(line));
1478 line.gutterMarker = null;
1479 gutterDirty = true;
1480 }
1481
1482 function changeLine(handle, op) {
1483 var no = handle, line = handle;

Callers

nothing calls this directly

Calls 2

getLineFunction · 0.85
clipLineFunction · 0.70

Tested by

no test coverage detected