MCPcopy
hub / github.com/graphql/graphiql / error

Method error

packages/graphql-language-service-server/src/Logger.ts:24–26  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

22 }
23
24 error(message: string): void {
25 this._connection.console.error(message);
26 }
27
28 warn(message: string): void {
29 this._connection.console.warn(message);

Callers 15

initializeHandlersFunction · 0.95
esbuild.jsFile · 0.45
startFunction · 0.45
startFunction · 0.45
errorFunction · 0.45
doValidationMethod · 0.45
doCompleteMethod · 0.45
doHoverMethod · 0.45
_getClientMethod · 0.45
GraphQLCacheClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected