MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / Content

Interface Content

shared-dom/src/language/query2sql.ts:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258interface Content {
259 value: string
260 wildcardLeft: boolean
261 wildcardRight: boolean
262 boundLeft: boolean
263 boundRight: boolean
264 removeCombiningCharacters: boolean
265 caseSensitive: boolean
266 fieldValueHighlight?: FieldValueHighlight
267}
268
269// we cache the field because the next run of astEnter should be on the field's value, and we need the field
270let fieldCache: QueryString | QueryRegex | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected