MCPcopy Index your code

hub / github.com/0no-co/GraphQLSP / functions

Functions26 in github.com/0no-co/GraphQLSP

↓ 10 callersFunctionlogger
(msg: string)
src/index.ts:57
↓ 4 callersFunctiongetSource
(info: ts.server.PluginCreateInfo, filename: string)
src/utils.ts:72
↓ 4 callersFunctionresolveTemplate
( node: TaggedTemplateExpression, filename: string, info: ts.server.PluginCreateInfo )
src/resolve.ts:11
↓ 3 callersFunctionfilterNonEmpty
( array: Array<T>, predicate: (entry: T) => boolean )
src/utils.ts:128
↓ 3 callersFunctionfindNode
( sourceFile: ts.SourceFile, position: number )
src/utils.ts:39
↓ 2 callersFunctionfind
(node: ts.Node)
src/utils.ts:43
↓ 2 callersFunctiongetSummaryLines
scripts/changelog.js:11
↓ 2 callersFunctiongetToken
( template: ts.TemplateLiteral, cursorPosition: number )
src/token.ts:13
↓ 2 callersFunctionisFileDirty
(fileName: string, source: ts.SourceFile)
src/utils.ts:32
↓ 2 callersFunctionnormalizeText
(text: string)
src/utils.ts:136
↓ 2 callersFunctiontemplateSeeRef
scripts/changelog.js:24
↓ 1 callersFunctioncreateBasicDecorator
(info: ts.server.PluginCreateInfo)
src/index.ts:41
↓ 1 callersFunctionfilterAndSortList
( list: Array<T>, text: string )
src/utils.ts:100
↓ 1 callersFunctionfindAllTaggedTemplateNodes
( sourceFile: ts.SourceFile )
src/utils.ts:51
↓ 1 callersFunctiongenerateTypedDocumentNodes
( schema: GraphQLSchema | null, outputFile: string, doc: string, scalars: Record<string, unknown> )
src/types/generate.ts:9
↓ 1 callersFunctiongetProximity
(suggestion: string, text: string)
src/utils.ts:141
↓ 1 callersFunctiongetSuggestionsForFragmentSpread
( token: ContextToken, typeInfo: AllTypeInfo, schema: GraphQLSchema, queryText: string, fragments: F
src/utils.ts:218
↓ 1 callersFunctionhintList
( token: ContextTokenUnion, list: Array<T> )
src/utils.ts:91
↓ 1 callersFunctionlexicalDistance
* Computes the lexical distance between strings A and B. * * The "distance" between two strings is given by counting the minimum number * of edits
src/utils.ts:167
↓ 1 callersFunctionloadSchema
( root: string, schema: string, logger: Logger )
src/getSchema.ts:14
Methodconstructor
(line: number, char: number)
src/cursor.ts:7
Functioncreate
(info: ts.server.PluginCreateInfo)
src/index.ts:56
Functioninit
()
src/index.ts:434
MethodlessThanOrEqualTo
(position: IPosition)
src/cursor.ts:20
MethodsetCharacter
(character: number)
src/cursor.ts:16
MethodsetLine
(line: number)
src/cursor.ts:12