[][src]Function dart_sys::Dart_GetImportsOfScheme

pub unsafe extern "C" fn Dart_GetImportsOfScheme(
    scheme: Dart_Handle
) -> Dart_Handle

Returns a flattened list of pairs. The first element in each pair is the importing library and and the second element is the imported library for each import in the isolate of a library whose URI's scheme is scheme.

Requires there to be a current isolate.

\return A handle to a list of flattened pairs of importer-importee.