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

Interface IPosition

packages/cm6-graphql/src/helpers.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface IPosition {
12 line: number;
13 character: number;
14 setLine(line: number): void;
15 setCharacter(character: number): void;
16 lessThanOrEqualTo(position: IPosition): boolean;
17}
18
19export class Position implements IPosition {
20 constructor(

Callers

nothing calls this directly

Implementers 1

Positionpackages/cm6-graphql/src/helpers.ts

Calls

no outgoing calls

Tested by

no test coverage detected