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

Function _line_of

scripts/code_verify_rules.py:1158–1160  ·  view source on GitHub ↗

1-based start line of a tree-sitter node.

(node)

Source from the content-addressed store, hash-verified

1156
1157
1158def _line_of(node) -> int:
1159 """1-based start line of a tree-sitter node."""
1160 return node.start_point[0] + 1
1161
1162
1163def _node_text(node, src: bytes) -> str:

Callers 4

_parameter_perf_findingsFunction · 0.85
_find_field_decl_defaultFunction · 0.85
_cpp_rulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected