Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hokein/electron-sample-apps
/ setBookmark
Function
setBookmark
mini-code-editor/cm/lib/codemirror.js:1450–1455 ·
view source on GitHub ↗
(pos)
Source
from the content-addressed store, hash-verified
1448
}
1449
1450
function
setBookmark(pos) {
1451
pos = clipPos(pos);
1452
var
bm =
new
Bookmark(pos.ch);
1453
getLine(pos.line).addMark(bm);
1454
return
bm;
1455
}
1456
1457
function
findMarksAt(pos) {
1458
pos = clipPos(pos);
Callers
nothing calls this directly
Calls
2
clipPos
Function · 0.85
getLine
Function · 0.85
Tested by
no test coverage detected