Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ cursorAfter
Function
cursorAfter
apps/sim/lib/data-drains/sources/job-logs.ts:71–73 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
69
}
70
},
71
cursorAfter(row): Cursor {
72
return
encodeTimeCursor({ ts: row.endedAt!.toISOString(), id: row.id })
73
},
74
}
Callers
nothing calls this directly
Calls
1
encodeTimeCursor
Function · 0.90
Tested by
no test coverage detected