Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sourcebot-dev/sourcebot
/ literalFallback
Function
literalFallback
packages/setupWizard/src/github.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
const
data =
await
res.json() as { items?: Array<{ login?: string; full_name?: string }> };
46
47
const
literalFallback = (): SearchOption | null => {
48
return
{ name: query, value: query };
49
};
50
51
if
(!res.ok) {
52
const
warning =
Callers
1
searchGitHub
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected