Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ ascending
Function
ascending
packages/util/src/identifier.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
let
counter = 0
9
10
export
function
ascending() {
11
return
create(false)
12
}
13
14
export
function
descending() {
15
return
create(true)
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected