Function allocDescription [src]
Prototype
pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 Parameters
self: Queryallocator: Allocator Source
pub fn allocDescription(self: Query, allocator: Allocator) ![]u8 {
// TODO is there anything else worthy of the description that is not
// already captured in the triple?
return self.zigTriple(allocator);
}