Name Description Size Coverage
action.rs `Action` is an enum describing what BITS action is being processed. This is used mostly for logging and error reporting reasons. The values of `Action` describe actions that could be in progress for BitsService or BitsRequest. When specifying a type, `ServiceAction` or `RequestAction`, can be used to restrict the action type to one of the two categories. A value of type `ServiceAction` or `RequestAction` can easily be converted to an `Action` using the `into()` method. 3935 0 %
dispatch_callback.rs 8093 17 %
error.rs 25968 2 %
mod.rs 11789 74 %
monitor.rs 10330 82 %
request.rs 27992 57 %
string.rs 2622 40 %
task 54 %
xpcom_methods.rs 7647 80 %