MCPcopy Create free account
hub / github.com/qilingframework/qiling / flags

Method flags

qiling/extensions/r2/r2.py:229–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 @cached_property
228 @aaa
229 def flags(self) -> List[Flag]:
230 return [Flag(**dic) for dic in self._cmdj("fj")]
231
232 @cached_property
233 @aaa

Callers

nothing calls this directly

Calls 2

_cmdjMethod · 0.95
FlagClass · 0.85

Tested by

no test coverage detected