MCPcopy 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

8export const serializeFormSearchParams = createSerializer(searchParams);
9
10export const useInitialUsername = () => {
11 const [{ username }] = useQueryStates(searchParams);
12 return username;
13};

Callers 1

SubmitGithubFormFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected