MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / length

Method length

scripts/code-verify.py:285–287  ·  view source on GitHub ↗

Total rendered length = first physical line's length (for sorting).

(self)

Source from the content-addressed store, hash-verified

283
284 @property
285 def length(self) -> int:
286 """Total rendered length = first physical line's length (for sorting)."""
287 return len(self.raws[0]) if self.raws else 0
288
289 @property
290 def text(self) -> str:

Callers 15

getNTFSTimeFunction · 0.80
getExtTimeMethod · 0.80
entryInfoListMethod · 0.80
openMethod · 0.80
setCurrentFileMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80
mdflibrary.cppFile · 0.80
proceedCompleterEndMethod · 0.80
insertCompletionMethod · 0.80
highlightBlockMethod · 0.80
highlightBlockMethod · 0.80
highlightBlockMethod · 0.80

Calls

no outgoing calls

Tested by 3

formatHexInputMethod · 0.64
validateHexInputMethod · 0.64