testing/cross_backend/full_spine_mount.ts view source
(deps: AppDeps, options: FullSpineMountOptions): RpcAction[] import {build_full_spine_rpc_actions} from '@fuzdev/fuz_app/testing/cross_backend/full_spine_mount.js'; Build the complete live RPC action list the spine test binary mounts on
its single endpoint: the declared create_standard_rpc_actions bundle plus
the off-surface families (_testing_* backdoors, cells, actor resolvers).
Mirrors the previous inline assembly in testing_spine_server.ts exactly —
session_options is pinned to spine_session_options (the binary's cookie
config) and roles to spine_roles (carrying cell_editor), so the only
runtime-varying inputs are the daemon-token state + notification sender.
deps
the backend AppDeps (stub deps suffice for method enumeration)
options
daemon-token state + optional WS notification sender
returns
RpcAction[] every RpcAction the binary exposes, in mount order