MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / getDefineAction

Function getDefineAction

test/specs/ikari.spec.ts:11–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11const getDefineAction = () => {
12 const action$ = new Subject()
13
14 return {
15 next: (params: any) => action$.next(params),
16 observable: action$.asObservable(),
17 }
18}
19
20const createIkariConfig = () => ({
21 nameForLog: 'abc',

Callers 1

createIkariConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected