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

Function _extract_strings

adapters/python/adapter_template.py:24–41  ·  view source on GitHub ↗
(data: bytes, min_len: int = 5, max_items: int = 20000)

Source from the content-addressed store, hash-verified

22import re
23import shlex
24import shutil
25import struct
26import subprocess
27import sys
28import tempfile
29from pathlib import Path
30from typing import Dict, List, Optional, Set, Tuple
31
32PROTOCOL_MAJOR = 1
33MODEL_VERSION = 4
34
35VM_DATA = "vm_data"
36ISOLATE_DATA = "isolate_data"
37VM_INSTRUCTIONS = "vm_instructions"
38ISOLATE_INSTRUCTIONS = "isolate_instructions"
39
40DOMAINS = (
41 "libraries",
42 "classes",
43 "class_relationships",
44 "functions",

Callers 2

_build_blutter_modelFunction · 0.85
entrypointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected