Function debugSubroutineType [src]
Prototype
pub fn debugSubroutineType( self: *Builder, types_tuple: Metadata, ) Allocator.Error!Metadata
Parameters
self: *Builder
types_tuple: Metadata
Source
pub fn debugSubroutineType(
self: *Builder,
types_tuple: Metadata,
) Allocator.Error!Metadata {
try self.ensureUnusedMetadataCapacity(1, Metadata.SubroutineType, 0);
return self.debugSubroutineTypeAssumeCapacity(types_tuple);
}