pub static SHIPPED: &'static [ModuleSchema]Expand description
Every host module cove run registers, in the order it registers them.
cove trace and cove replay read a trace without a host to ask, and
both need what the schema says: which calls the trace recorded are
irreversible, which capability each one needs, and whether a result was
recordable. cove-sema needs the same table for the other end of the
call, where an argument still has a span to point at.