Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _node_text
Function
_node_text
scripts/code_verify_rules.py:1163–1164 ·
view source on GitHub ↗
(node, src: bytes)
Source
from the content-addressed store, hash-verified
1161
1162
1163
def
_node_text(node, src: bytes) -> str:
1164
return
src[node.start_byte : node.end_byte].decode(
"utf-8"
, errors=
"replace"
)
1165
1166
1167
def
_walk(node):
Callers
15
_sink_param_names
Function · 0.85
_parameter_perf_findings
Function · 0.85
_init_only_decl_line_span
Function · 0.85
_cold_branch_line_span
Function · 0.85
_compile_time_constants_in_scope
Function · 0.85
_scan_body_lines
Function · 0.85
_recursion_findings
Function · 0.85
_is_constexpr_or_consteval
Function · 0.85
_is_long_running_loop_function
Function · 0.85
_large_stack_buffer_findings
Function · 0.85
_adjacent_atomic_findings
Function · 0.85
_find_field_decl_default
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected