MCPcopy Index your code
hub / github.com/csev/py4e / removeGutterMarker

Function removeGutterMarker

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:1676–1680  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1674 return line;
1675 }
1676 function removeGutterMarker(line) {
1677 if (typeof line == "number") line = getLine(clipLine(line));
1678 line.gutterMarker = null;
1679 gutterDirty = true;
1680 }
1681
1682 function changeLine(handle, op) {
1683 var no = handle, line = handle;

Callers

nothing calls this directly

Calls 2

getLineFunction · 0.70
clipLineFunction · 0.70

Tested by

no test coverage detected