We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8df93 commit 092eb8bCopy full SHA for 092eb8b
crates/core/src/host/module_host.rs
@@ -544,6 +544,10 @@ pub struct CallViewParams {
544
pub view_id: ViewId,
545
pub table_id: TableId,
546
pub fn_ptr: ViewFnPtr,
547
+ /// This is not always the same identity as `sender`.
548
+ /// For subscribe and sql calls it will be.
549
+ /// However for atomic view update after a reducer call,
550
+ /// this will be the caller of the reducer.
551
pub caller: Identity,
552
pub sender: Option<Identity>,
553
pub args: ArgsTuple,
0 commit comments