Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alefore/knit
/ parseHash
Function
parseHash
src/inputs.ts:140–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
export
function
parseHash(): URLSearchParams {
141
const
hash = window.location.hash.substring(1);
142
return
new
URLSearchParams(hash);
143
}
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected