Static
Resolve the session's acting Avatar and run fn(actor) inside a runRoot frame. Returns whatever fn returns.
fn(actor)
runRoot
fn
the Express request (carries the authenticated session)
a label for the synthetic Root frame (e.g. cms.write)
cms.write
the work, handed the resolved Avatar (or null)
null
Resolve the session's acting Avatar and run
fn(actor)inside arunRootframe. Returns whateverfnreturns.