tiny.smg.scan.reconcile
Defined in scan.
API (7)
Actions
Public operations.
Types and contracts
Public types and contracts.
Namespaces
Public namespaces.
Source
Source: tools/smg/src/scan/reconcile/root.zig
zig
pub const scope = @import("scope.zig");pub const projection = @import("projection.zig");pub const Plan = projection.Plan;pub const clonePlan = projection.clonePlan;pub const prepare = projection.prepare;pub const finish = projection.finish;pub const ensurePackageHierarchy = projection.ensurePackageHierarchy;Source: tools/smg/src/scan/root.zig:10
zig
pub const reconcile = @import("reconcile/root.zig");Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |