(context-end file-span-with-context)
Returns: Location | undefined
**Returns:** `Location | undefined`
(context-start file-span-with-context)
Returns: Location | undefined
**Returns:** `Location | undefined`
(end file-span-with-context)
One character past last character of the definition.
Returns: Location
One character past last character of the definition. **Returns:** `Location`
(file file-span-with-context)
File containing text span.
Returns: string
File containing text span. **Returns:** `string`
(set-end! file-span-with-context value)
One character past last character of the definition.
One character past last character of the definition.
(set-file! file-span-with-context value)
File containing text span.
File containing text span.
(set-start! file-span-with-context value)
First character of the definition.
First character of the definition.
(start file-span-with-context)
First character of the definition.
Returns: Location
First character of the definition. **Returns:** `Location`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close