MCPcopy 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
19def extract_addresses(text: str) -> list:
20 if not text:
21 return []
22 return ADDRESS_RE.findall(text)
23
24
25def find_addr2line() -> str | None:

Callers 1

decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected