MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / Location

Class Location

src/skillspector/models.py:38–43  ·  view source on GitHub ↗

Location of a finding within a file (used by all analyzers).

Source from the content-addressed store, hash-verified

36
37@dataclass
38class Location:
39 """Location of a finding within a file (used by all analyzers)."""
40
41 file: str
42 start_line: int
43 end_line: int | None = None
44
45
46@dataclass

Callers 15

locFunction · 0.90
locFunction · 0.90
_emitFunction · 0.90
addFunction · 0.90
locFunction · 0.90
locFunction · 0.90
_match_fileFunction · 0.90
analyzeFunction · 0.90
locFunction · 0.90
locFunction · 0.90
locFunction · 0.90
locFunction · 0.90

Calls

no outgoing calls