(self, ctxt, func)
| 223 | binaryninja.filemetadata.FileMetadata._unregister(f) |
| 224 | |
| 225 | def destruct_function(self, ctxt, func): |
| 226 | binaryninja.function.Function._unregister(func) |
| 227 | |
| 228 | |
| 229 | _enable_default_log = True |
nothing calls this directly
no test coverage detected