Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOrcDev/github-creature
/ useInitialUsername
Function
useInitialUsername
components/forms/github-form-url-state.ts:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
export
const
serializeFormSearchParams = createSerializer(searchParams);
9
10
export
const
useInitialUsername = () => {
11
const
[{ username }] = useQueryStates(searchParams);
12
return
username;
13
};
Callers
1
SubmitGithubForm
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected