Skip to content

DynamicReplacementKey

tevelee edited this page Jul 25, 2026 · 1 revision

DynamicReplacementKey

The dynamic-replacement key for one function or accessor.

public struct DynamicReplacementKey: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

root

The root entry of the replacement chain.

public var root: DynamicReplacementChainEntry? 

extraDiscriminator

The low sixteen-bit discriminator used by the runtime for this key.

public var extraDiscriminator: UInt16 

isAsync

Whether this replacement has an asynchronous entry point.

public var isAsync: Bool 

isCalleeAllocatedCoroutine

Whether this replacement uses a callee-allocated coroutine entry point.

public var isCalleeAllocatedCoroutine: Bool 

isData

Whether this key represents data rather than a synchronous function.

public var isData: Bool 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally