Function: cider-completion-symbol-start-pos
cider-completion-symbol-start-pos is a byte-compiled function defined
in cider-completion-context.el.
Signature
(cider-completion-symbol-start-pos)
Documentation
Find the starting position of the symbol at point, unless inside a string.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-completion-context.el
(defun cider-completion-symbol-start-pos ()
"Find the starting position of the symbol at point, unless inside a string."
(car (cider-completion--bounds-of-non-string-symbol-at-point)))