Skip to documentation
SLOP

tiny.coz.scope

Reference tiny.coz scope

Defined in tiny.coz.

Called byCallstest sourcelib.coz.src.runtimetest: scope pairs begin and end count...tiny.cozScopetiny.cozscope
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/coz/src/runtime.zig:313

zig
pub inline fn scope(comptime name: []const u8) Scope(name) {    return Scope(name).init();}

Source: lib/coz/src/root.zig:79

zig
pub const scope = runtime.scope;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433