Function allocDescription [src]
Prototype
pub fn allocDescription(self: Query, allocator: Allocator) ![]u8
Parameters
self: Query
allocator: 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);
}