MCPcopy
hub / github.com/graphql/graphql-js / inspect

Function inspect

src/jsutils/inspect.ts:9–11  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

7 * @internal
8 */
9export function inspect(value: unknown): string {
10 return formatValue(value, []);
11}
12
13function formatValue(
14 value: unknown,

Callers 15

expectPromiseFunction · 0.90
toRejectFunction · 0.90
toRejectWithFunction · 0.90
visitFunction · 0.90
parser-test.tsFile · 0.90
lexer-test.tsFile · 0.90
typeToExtKindFunction · 0.90
extensionKindToTypeNameFunction · 0.90
InlineFragmentFunction · 0.90
FragmentSpreadFunction · 0.90
findConflictFunction · 0.90

Calls 1

formatValueFunction · 0.85

Tested by 2

parseValueFunction · 0.72
resolveFunction · 0.72