Subscribe event — the moment an observer registers on a node.
Remarks
id is the subscription identifier the engine mints at registration.
scopeId resolves into one of CauslModel.scopes; the
SubscribeWithoutDispose lint pass uses it to scope the
dispose-or-not-required decision (an infinite scope absolves the
subscription from needing a paired dispose). target is the node
id the observer registered on. callbackSite is the best-effort
source location captured by the exporter; on runtimes without a
stack-trace API it falls back to '<unknown>'.
Subscribe event — the moment an observer registers on a node.
Remarks
idis the subscription identifier the engine mints at registration.scopeIdresolves into one of CauslModel.scopes; theSubscribeWithoutDisposelint pass uses it to scope the dispose-or-not-required decision (aninfinitescope absolves the subscription from needing a paired dispose).targetis the node id the observer registered on.callbackSiteis the best-effort source location captured by the exporter; on runtimes without a stack-trace API it falls back to'<unknown>'.