Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ descending
Function
descending
packages/schema/src/identifier.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
descending() {
11
return
create(true)
12
}
13
14
export
function
create(descending: boolean, timestamp = Date.now()) {
15
if
(timestamp !== lastTimestamp) {
Callers
1
create
Function · 0.90
Calls
1
create
Function · 0.70
Tested by
no test coverage detected