Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/devtools-v6
/ SharedDataParams
Interface
SharedDataParams
packages/shared-utils/src/shared-data.ts:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
let
initRetryCount = 0
78
79
export
interface
SharedDataParams {
80
bridge: Bridge
81
persist: boolean
82
}
83
84
const
initCbs = []
85
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected