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

Function include_function_kind

crates/flutterdec-core/src/pipeline/runners.rs:890–898  ·  view source on GitHub ↗
(scope: FunctionScope, kind: ScopedFunctionKind)

Source from the content-addressed store, hash-verified

888 match scope {
889 FunctionScope::All => true,
890 FunctionScope::App => kind == ScopedFunctionKind::App,
891 FunctionScope::AppUnknown => {
892 kind == ScopedFunctionKind::App || kind == ScopedFunctionKind::Unknown
893 }
894 }
895}
896
897fn include_by_package_filter(
898 kind: ScopedFunctionKind,
899 package_name: Option<&str>,
900 package_filters: &HashSet<String>,
901 stats: &mut FunctionScopeStats,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected