Skip to documentation
SLOP

tiny.coz.Scope

Reference tiny.coz Scope

Defined in tiny.coz.

Called byCallstiny.cozscopetiny.cozbegintiny.cozScope
Static calls · unresolved targets: 0 · external targets: 1.

Source

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

zig
pub fn Scope(comptime name: []const u8) type {    return struct {        pub inline fn init() @This() {            begin(name);            return .{};        }        pub inline fn end(_: @This()) void {            module.end(name);        }    };}

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

zig
pub const Scope = runtime.Scope;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433