Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ descending
Function
descending
packages/util/src/identifier.ts:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
export
function
descending() {
15
return
create(true)
16
}
17
18
function
randomBase62(length: number): string {
19
const
chars =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected