(end-line file-range-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(end-offset file-range-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
(file file-range-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(project-file-name file-range-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-end-line! file-range-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-end-offset! file-range-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
(set-file! file-range-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-start-line! file-range-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-start-offset! file-range-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
(start-line file-range-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(start-offset file-range-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close