Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ cursor.test.ts
File
cursor.test.ts
packages/core/test/utils/cursor.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
;
2
import
{ findCursor, findTextCursor } from
'../../src/utils/cursor.js'
;
3
4
describe(
'findCursor'
, () => {
Callers
nothing calls this directly
Calls
2
findCursor
Function · 0.85
findTextCursor
Function · 0.85
Tested by
no test coverage detected