MCPcopy Create free account
hub / github.com/ShouChenICU/FastSend / useFullScreenLoader

Function useFullScreenLoader

app/composables/useFullScreenLoader.ts:1–7  ·  view source on GitHub ↗
(isLoading?: boolean)

Source from the content-addressed store, hash-verified

1export default function useFullScreenLoader(isLoading?: boolean) {
2 const isFullScreenLoading = useState('isFullScreenLoading', () => true)
3 if (isLoading !== undefined) {
4 isFullScreenLoading.value = isLoading
5 }
6 return isFullScreenLoading
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected