MCPcopy
hub / github.com/xavierd/clang_complete / start

Method start

plugin/clang/cindex.py:171–176  ·  view source on GitHub ↗

Return a SourceLocation representing the first character within a source range.

(self)

Source from the content-addressed store, hash-verified

169
170 @property
171 def start(self):
172 """
173 Return a SourceLocation representing the first character within a
174 source range.
175 """
176 return SourceRange_start(self)
177
178 @property
179 def end(self):

Callers 2

WarmupCacheFunction · 0.80
getCurrentCompletionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected