Skip to documentation
SLOP

tiny.smg.command.scan

Reference tiny.smg command scan

Defined in command.

API (15)

Actions

Public operations.

Namespaces

Public namespaces.

No direct callersNo direct callscommandscan
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: tools/smg/src/command/root.zig:19

zig
pub const scan = @import("scan/root.zig");

Source: tools/smg/src/command/scan/root.zig

zig
pub const changed = @import("changed.zig");pub const command = @import("command.zig");pub const counts = @import("counts.zig");pub const hints = @import("hints.zig");pub const json = @import("json.zig");pub const progress = @import("progress.zig");pub const text = @import("text.zig");pub const changedFiles = changed.files;pub const run = command.run;pub const renderJson = json.render;pub const renderText = text.render;pub const refreshAbsentLine = progress.absentLine;pub const refreshChangedLine = progress.changedLine;pub const refreshMatchedLine = progress.matchedLine;pub const refreshStartLine = progress.startLine;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433