MCPcopy 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
10export function descending() {
11 return create(true)
12}
13
14export function create(descending: boolean, timestamp = Date.now()) {
15 if (timestamp !== lastTimestamp) {

Callers 1

createFunction · 0.90

Calls 1

createFunction · 0.70

Tested by

no test coverage detected