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

Function _decode_bl_target

adapters/python/adapter_template.py:55–61  ·  view source on GitHub ↗
(pc: int, word: int)

Source from the content-addressed store, hash-verified

53
54EXACT = "exact"
55DERIVED = "derived"
56HEURISTIC = "heuristic"
57
58# Mirrors `validate::CASE_INSENSITIVE_PLACEHOLDERS` and `EXACT_LOWERCASE_PLACEHOLDERS`.
59# A carved string that is one of these is an admission of ignorance wearing a
60# value's clothes, and the host rejects the whole model over one of them, so
61# they are filtered at the source.
62CASE_INSENSITIVE_PLACEHOLDERS = frozenset(
63 [
64 "",

Callers 1

_recover_functionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected