MCPcopy
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

77let initRetryCount = 0
78
79export interface SharedDataParams {
80 bridge: Bridge
81 persist: boolean
82}
83
84const initCbs = []
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected