Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ extract_addresses
Function
extract_addresses
tools/stack_trace_decoder/server.py:19–22 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
17
18
19
def
extract_addresses(text: str) -> list:
20
if
not text:
21
return
[]
22
return
ADDRESS_RE.findall(text)
23
24
25
def
find_addr2line() -> str | None:
Callers
1
decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected