Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sourcebot-dev/sourcebot
/ glob.ts
File
glob.ts
packages/web/src/features/tools/glob.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ z } from
"zod"
;
2
import
globToRegexp from
"glob-to-regexp"
;
3
import
{ isServiceError } from
"@/lib/utils"
;
4
import
{ search } from
"@/features/search"
;
Callers
nothing calls this directly
Calls
4
search
Function · 0.90
isServiceError
Function · 0.90
getRepoInfoByName
Function · 0.90
globToFileRegexp
Function · 0.70
Tested by
no test coverage detected