MCPcopy Create free account
hub / github.com/caverav/flutterdec / _read_bytes

Function _read_bytes

adapters/python/adapter_template.py:19–21  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

17
18
19def _read_bytes(path: str) -> bytes:
20 with open(path, "rb") as f:
21 return f.read()
22
23
24def _extract_strings(data: bytes, min_len: int = 5, max_items: int = 20000) -> List[str]:

Callers 1

entrypointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected