(context-end definition-info)
Returns: Location | undefined
**Returns:** `Location | undefined`
(context-start definition-info)
Returns: Location | undefined
**Returns:** `Location | undefined`
(end definition-info)
One character past last character of the definition.
Returns: Location
One character past last character of the definition. **Returns:** `Location`
(file definition-info)
File containing text span.
Returns: string
File containing text span. **Returns:** `string`
(set-end! definition-info value)
One character past last character of the definition.
One character past last character of the definition.
(set-file! definition-info value)
File containing text span.
File containing text span.
(set-start! definition-info value)
First character of the definition.
First character of the definition.
(set-unverified! definition-info value)
When true, the file may or may not exist.
When true, the file may or may not exist.
(start definition-info)
First character of the definition.
Returns: Location
First character of the definition. **Returns:** `Location`
(unverified? definition-info)
When true, the file may or may not exist.
Returns: boolean | undefined
When true, the file may or may not exist. **Returns:** `boolean | undefined`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |