MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / isForkValue

Function isForkValue

packages/web/src/features/search/parser.ts:57–59  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

55}
56
57const isForkValue = (value: string): value is ForkValue => {
58 return value === 'yes' || value === 'no' || value === 'only';
59}
60
61// Build a map for case-insensitive language lookup
62const languageKeyLowerCaseMap: Map<string, string> = new Map(

Callers 1

transformPrefixExprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected