class

Loci::Analysis::Refs

Inherits Reference < Object

Constants

COMMENT_PREFIX = /^\s*(?:#|\/\/|--|;|%|\/\*)/
SKIP_DIRS = Set {".git", "node_modules", "vendor", "_build", "target", "lib", "deps", "dist", "build", "__pycache__", ".venv", "venv", ".bundle", "pkg"}

Constructors

new(root_dir : String, client : Loci::Client)
Source

Instance methods

find(target : String, limit : Int32 = 200, include_defs : Bool = true) : Result
Source

Nested types