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

Function _normalize_backend

adapters/python/adapter_template.py:701–705  ·  view source on GitHub ↗
(raw: str)

Source from the content-addressed store, hash-verified

699 "name": name,
700 "library": library,
701 # Only an edge whose target is a class we actually recovered.
702 "super_class": super_id if super_id is not None and super_id != cid else None,
703 "provenance": DERIVED,
704 }
705 )
706 return libraries, classes, functions
707
708

Callers 1

entrypointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected