MCPcopy
hub / github.com/PlasmoHQ/plasmo / getState

Function getState

core/parcel-transformer-manifest/src/state.ts:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49let state: State = {}
50
51export const getState = () => state
52
53export const initState = async (...props: StateParams) => {
54 state = storeState(...props)

Callers 15

handleSandboxesFunction · 0.90
transformFunction · 0.90
handleBackgroundFunction · 0.90
handleMV3BackgroundFunction · 0.90
handleMV2HotCspFunction · 0.90
handleMV3HotCspFunction · 0.90
handleLocalesFunction · 0.90
handleTabsFunction · 0.90
addExtraAssetsFunction · 0.90
handleActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…