Skip to documentation
SLOP

tiny.zen.inspectMarkdown

Reference tiny.zen inspectMarkdown

Defined in markdown.

Fills active caller-owned storage; the returned document borrows it until reset.

Called byCallsprivate sourcelib.zen.src.markdown.TestInspectioninittest sourcelib.zen.src.markdowntest: activated heading inspection pe...test sourcelib.zen.src.markdowntest: heading storage owns text indep...test sourcelib.zen.src.markdowntest: heading storage rejects every l...test sourcelib.zen.src.markdowntest: heading storage reuses one regi...private sourcelib.zen.src.markdowninspectPlannedmarkdownplanmarkdowninspect
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/zen/src/markdown.zig:300

zig
/// Fills active caller-owned storage; the returned document borrows it until reset.pub fn inspect(storage: *document.Storage, source: []const u8) document.Error!document.Document {    return inspectPlanned(storage, source, try plan(source));}

Source: lib/zen/src/root.zig:214

zig
/// Fills active `HeadingStorage`; the document borrows it until `reset`.pub const inspectMarkdown = markdown.inspect;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433