Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0no-co/GraphQLSP
/ functions
Functions
26 in github.com/0no-co/GraphQLSP
⨍
Functions
26
◇
Types & classes
3
↓ 10 callers
Function
logger
(msg: string)
src/index.ts:57
↓ 4 callers
Function
getSource
(info: ts.server.PluginCreateInfo, filename: string)
src/utils.ts:72
↓ 4 callers
Function
resolveTemplate
( node: TaggedTemplateExpression, filename: string, info: ts.server.PluginCreateInfo )
src/resolve.ts:11
↓ 3 callers
Function
filterNonEmpty
( array: Array<T>, predicate: (entry: T) => boolean )
src/utils.ts:128
↓ 3 callers
Function
findNode
( sourceFile: ts.SourceFile, position: number )
src/utils.ts:39
↓ 2 callers
Function
find
(node: ts.Node)
src/utils.ts:43
↓ 2 callers
Function
getSummaryLines
scripts/changelog.js:11
↓ 2 callers
Function
getToken
( template: ts.TemplateLiteral, cursorPosition: number )
src/token.ts:13
↓ 2 callers
Function
isFileDirty
(fileName: string, source: ts.SourceFile)
src/utils.ts:32
↓ 2 callers
Function
normalizeText
(text: string)
src/utils.ts:136
↓ 2 callers
Function
templateSeeRef
scripts/changelog.js:24
↓ 1 callers
Function
createBasicDecorator
(info: ts.server.PluginCreateInfo)
src/index.ts:41
↓ 1 callers
Function
filterAndSortList
( list: Array<T>, text: string )
src/utils.ts:100
↓ 1 callers
Function
findAllTaggedTemplateNodes
( sourceFile: ts.SourceFile )
src/utils.ts:51
↓ 1 callers
Function
generateTypedDocumentNodes
( schema: GraphQLSchema | null, outputFile: string, doc: string, scalars: Record<string, unknown> )
src/types/generate.ts:9
↓ 1 callers
Function
getProximity
(suggestion: string, text: string)
src/utils.ts:141
↓ 1 callers
Function
getSuggestionsForFragmentSpread
( token: ContextToken, typeInfo: AllTypeInfo, schema: GraphQLSchema, queryText: string, fragments: F
src/utils.ts:218
↓ 1 callers
Function
hintList
( token: ContextTokenUnion, list: Array<T> )
src/utils.ts:91
↓ 1 callers
Function
lexicalDistance
* 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 callers
Function
loadSchema
( root: string, schema: string, logger: Logger )
src/getSchema.ts:14
Method
constructor
(line: number, char: number)
src/cursor.ts:7
Function
create
(info: ts.server.PluginCreateInfo)
src/index.ts:56
Function
init
()
src/index.ts:434
Method
lessThanOrEqualTo
(position: IPosition)
src/cursor.ts:20
Method
setCharacter
(character: number)
src/cursor.ts:16
Method
setLine
(line: number)
src/cursor.ts:12