tiny.zen.parseDiagram
Defined in diagram.document.
Source
Source: lib/zen/src/diagram/document/root.zig:19
zig
pub fn parse(storage: *Storage, jsonl: []const u8) Error!*const Document { return try storage.parse(jsonl);}Source: lib/zen/src/root.zig:61
zig
/// Parses JSONL into active storage; reset after the borrowed document's last use.pub const parseDiagram = diagram.parse;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |