Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
let
state: State = {}
50
51
export
const
getState = () => state
52
53
export
const
initState =
async
(...props: StateParams) => {
54
state = storeState(...props)
Callers
15
handleSandboxes
Function · 0.90
transform
Function · 0.90
handleBackground
Function · 0.90
handleMV3Background
Function · 0.90
handleMV2BackgroundScript
Function · 0.90
handleMV3BackgroundServiceWorker
Function · 0.90
handleMV2HotCsp
Function · 0.90
handleMV3HotCsp
Function · 0.90
handleLocales
Function · 0.90
handleTabs
Function · 0.90
addExtraAssets
Function · 0.90
handleAction
Function · 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…