MCPcopy
hub / github.com/fullcalendar/fullcalendar / CmdParts

Interface CmdParts

packages/format-luxon3/src/format.ts:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44----------------------------------------------------------------------------------------------------*/
45
46interface CmdParts {
47 head: string | null
48 middle: CmdParts | null
49 tail: string | null
50 whole: string
51}
52
53function parseCmdStr(cmdStr: string): CmdParts {
54 let parts = cmdStr.match(/^(.*?)\{(.*)\}(.*)$/) // TODO: lookbehinds for escape characters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…