Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeetCode-OpenSource/ayanami
/ send
Method
send
src/redux-devtools-extension.ts:4–4 ·
view source on GitHub ↗
(action: { type: string }, state?: Partial<GlobalState>)
Source
from the content-addressed store, hash-verified
2
3
interface
DevTools {
4
send(action: {
type
: string }, state?: Partial<GlobalState>): void
5
init(state: GlobalState): void
6
}
7
Callers
1
logStateAction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected