Function testName [src]

Prototype

pub fn testName(tm: CachedTestMetadata, index: u32) []const u8

Parameters

tm: CachedTestMetadataindex: u32

Source

pub fn testName(tm: CachedTestMetadata, index: u32) []const u8 { return std.mem.sliceTo(tm.string_bytes[tm.names[index]..], 0); }