MCPcopy
hub / github.com/daeuniverse/daed / TokenInfo

Interface TokenInfo

packages/dae-lsp/src/server-core.ts:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 const lines = text.split('\n')
665
666 interface TokenInfo {
667 line: number
668 char: number
669 length: number
670 tokenType: number
671 tokenModifiers: number
672 }
673
674 const tokens: TokenInfo[] = []
675

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected