Documentation
¶
Overview ¶
Package runtimeoperation describes compiler-known execution behavior for opaque runtime operations. It deliberately does not describe target-native lowering, typed signatures, or Result error conversion: those remain owned by package declarations and their backend integrations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ORMExecution ¶
ORMExecution reports whether an ORM operation may execute database work. Query construction and inspection remain ordinary synchronous operations.
Types ¶
type Descriptor ¶
Descriptor contains only the call-graph effects shared by otherwise package-specific runtime operations.
func Describe ¶
func Describe(name string) Descriptor
Describe returns the compiler-known effects of an opaque runtime operation. Unknown and purely representational operations have no effects.