Flutter Engine
The Flutter Engine
|
Classes | |
class | LayeringChecker |
Functions | |
def | DoCheck (sdk_root) |
Variables | |
INCLUDE_DIRECTIVE_RE = re.compile(r'^#include "(.*)"') | |
list | RUNTIME_LAYER_HEADERS |
list | SHOULD_NOT_DEPEND_ON_RUNTIME |
def | errors = DoCheck('.') |
def compiler_layering_check.DoCheck | ( | sdk_root | ) |
Run layering check at the given root folder.
Definition at line 122 of file compiler_layering_check.py.
def compiler_layering_check.errors = DoCheck('.') |
Definition at line 128 of file compiler_layering_check.py.
compiler_layering_check.INCLUDE_DIRECTIVE_RE = re.compile(r'^#include "(.*)"') |
Definition at line 17 of file compiler_layering_check.py.
list compiler_layering_check.RUNTIME_LAYER_HEADERS |
Definition at line 19 of file compiler_layering_check.py.
list compiler_layering_check.SHOULD_NOT_DEPEND_ON_RUNTIME |
Definition at line 26 of file compiler_layering_check.py.