Skip to content

5 REQ event.origin

Manuel Hatzl edited this page Aug 18, 2023 · 4 revisions

event.origin: Get the event origin

References

As a user, I want to know the crate, module, and line number the event was set at, because this enables more filter options.

Implementation Details

Macros must be used to get the event origin directly without user interaction.

event.origin.test.basic: Origin of set event points to set_event!() call

References

The origin of an event points to the code location where the set_event!() macro was called.

event.origin.test.two_origins: Origin of an event set with two set_event!() calls differs

References

The origin differs for every call of set_event!() not in the same line, even if the event is the same.

event.origin.test.same_origin: Set origin of an event manually for two set_event_with_msg() calls

References

Set the same origin manually for an event that is set two times at different locations.

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally