MCPcopy Create free account
hub / github.com/continuedev/continue / isRifWithContents

Function isRifWithContents

extensions/vscode/src/autocomplete/lsp.ts:99–103  ·  view source on GitHub ↗
(
  rif: RangeInFile | RangeInFileWithContents,
)

Source from the content-addressed store, hash-verified

97}
98
99function isRifWithContents(
100 rif: RangeInFile | RangeInFileWithContents,
101): rif is RangeInFileWithContents {
102 return typeof (rif as any).contents === "string";
103}
104
105function findChildren(
106 node: Parser.SyntaxNode,

Callers 2

crawlTypesFunction · 0.85
getDefinitionsForNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected