DoxigAlpha

Function parameters

Parameters

#
cb:*Bundle

Functions in this namespace

Functions

#
find
The returned bytes become invalid after calling any of the rescan functions
rescan
Clears the set of certificates and then scans the host operating system

Error sets in this namespace

Error Sets

#

Source

Implementation

#
pub fn deinit(cb: *Bundle, gpa: Allocator) void {
    cb.map.deinit(gpa);
    cb.bytes.deinit(gpa);
    cb.* = undefined;
}