MCPcopy Create free account

hub / github.com/Riim/cellx / functions

Functions117 in github.com/Riim/cellx

↓ 124 callersFunctioncellx
( valueOrPullFn: Value | TCellPull<Value, Context, Meta>, options?: ICellOptions<Value, Context, Meta> )
src/cellx.ts:59
↓ 59 callersFunctioncomputed
( pullFn: TCellPull<Value, Context, Meta>, options?: ICellOptions<Value, Context, Meta> )
src/cellx.ts:41
↓ 55 callersMethodget
()
src/Cell.ts:648
↓ 48 callersFunctionhard
()
benchmarks/utils.ts:82
↓ 47 callersMethodpush
(value: Value)
src/Cell.ts:919
↓ 34 callersMethodon
(type: string | ICellListeners, listener?: any, context?: any)
src/Cell.ts:293
↓ 32 callersFunctionrelease
()
src/release.ts:3
↓ 25 callersMethodemit
( evt: | { target?: EventEmitter; type: string | symbol; bubbles?: boolean; defaultPr
src/EventEmitter.ts:180
↓ 25 callersMethodset
(value: Value)
src/Cell.ts:886
↓ 18 callersMethodoff
(type?: string | ICellListeners, listener?: any, context?: any)
src/Cell.ts:326
↓ 10 callersFunctionlistener
()
tests/Cell.test.ts:615
↓ 8 callersFunction__extends
(child, parent)
perf/lib/reactor.js:6
↓ 8 callersMethodpull
()
src/Cell.ts:792
↓ 7 callersMethoderror
()
src/Cell.ts:630
↓ 6 callersMethodactualize
()
src/Cell.ts:583
↓ 6 callersFunctionbatch
(fn: () => T)
src/batch.ts:3
↓ 6 callersMethodgetListeners
( type?: string | symbol )
src/EventEmitter.ts:62
↓ 6 callersMethodsubscribe
( listener: ( this: C extends undefined ? (typeof this)['context'] : C, err: Error | null, evt: TCe
src/Cell.ts:389
↓ 5 callersMethod_actualize
()
src/Cell.ts:591
↓ 5 callersMethod_fail
(err: any, fromPull?: boolean)
src/Cell.ts:988
↓ 5 callersMethodonChange
( listener: TCellChangeEventListener<Cell<Value, C extends undefined ? Context : C, Meta>>, context?: C )
src/Cell.ts:361
↓ 5 callersFunctionreaction
( source: Cell | Array<Cell> | TCellPull<Value, Context, Meta>, fn: (this: Context, value: Value, prevValue:
src/reaction.ts:3
↓ 5 callersMethodreap
()
src/Cell.ts:1032
↓ 4 callersFunction$R
(fnc, context)
perf/lib/reactive.js:5
↓ 4 callersMethod_off
(type: string | symbol, listener: TListener, context: any)
src/EventEmitter.ts:138
↓ 4 callersMethod_on
(type: string | symbol, listener: TListener, context: any)
src/EventEmitter.ts:124
↓ 4 callersMethod_push
(value: Value, fromPull?: boolean)
src/Cell.ts:927
↓ 4 callersFunctiongetDependencyListLength
(list: IDependencyList | null)
tests/track.test.ts:5
↓ 4 callersFunctionisEventEmitterLike
(value: any)
src/utils/isEventEmitterLike.ts:3
↓ 4 callersFunctionobservable
( value: Value, options?: Omit<ICellOptions<Value, Context, Meta>, 'pull' | 'value'> )
src/cellx.ts:30
↓ 4 callersFunctiontransaction
(fn: () => T, onFailure?: (err: any) => T | void)
src/transaction.ts:4
↓ 3 callersFunctionautorun
( fn: (this: Context, value: Value | undefined, disposer: () => void) => Value, cellOptions?: ICellOptions<V
src/autorun.ts:3
↓ 3 callersMethodbatch
(fn: Function)
src/EventEmitter.ts:30
↓ 3 callersFunctionformatLog
(values: Array<number>)
benchmarks/utils.ts:26
↓ 3 callersMethodgetDependencies
()
src/Cell.ts:165
↓ 3 callersMethodonError
( listener: TCellErrorEventListener<Cell<Value, C extends undefined ? Context : C, Meta>>, context?: C )
src/Cell.ts:375
↓ 3 callersFunctionprintLogs
(results: Record<string, ReturnType<typeof formatLog>>)
benchmarks/utils.ts:3
↓ 3 callersMethodtriggerEvent
(evt: IEvent)
src/EventEmitter.ts:248
↓ 3 callersMethodvalue
()
src/Cell.ts:623
↓ 2 callersMethod_activate
()
src/Cell.ts:494
↓ 2 callersMethod_addDependent
(dependent: Cell)
src/Cell.ts:446
↓ 2 callersMethod_addToRelease
()
src/Cell.ts:532
↓ 2 callersMethod_deactivate
()
src/Cell.ts:511
↓ 2 callersMethod_deleteDependent
(dependent: Cell)
src/Cell.ts:457
↓ 2 callersMethod_tryEventListener
($listener: I$Listener, evt: IEvent)
src/EventEmitter.ts:270
↓ 2 callersFunctiondefineObservableProperty
( obj: T, key: string, value: any )
src/define.ts:3
↓ 2 callersMethoddispose
()
src/Cell.ts:1044
↓ 1 callersFunctionafterRelease
(cb: Function)
src/afterRelease.ts:3
↓ 1 callersFunctionconfigure
(options: Partial<typeof config>)
src/config.ts:9
↓ 1 callersFunctiondefine
(obj: object, keyOrProps: string | Record<string, any>, value?: any)
src/define.ts:42
↓ 1 callersFunctiondefineObservableProperties
( obj: T, props: Record<string, any> )
src/define.ts:29
↓ 1 callersMethodfail
(err: any)
src/Cell.ts:980
↓ 1 callersFunctionfib
(n: number)
benchmarks/utils.ts:74
↓ 1 callersFunctionisPromiseLike
(value: any)
src/utils/isPromiseLike.ts:1
↓ 1 callersFunctionmakeHandler
(key)
perf/lib/prop1.js:997
↓ 1 callersFunctionmax
(values: Array<number>)
benchmarks/utils.ts:46
↓ 1 callersFunctionmed
(values: Array<number>)
benchmarks/utils.ts:58
↓ 1 callersFunctionmin
(values: Array<number>)
benchmarks/utils.ts:34
↓ 1 callersMethodoffChange
( listener: TCellChangeEventListener<Cell<Value, C extends undefined ? Context : C, Meta>>, context?: C )
src/Cell.ts:368
↓ 1 callersMethodonce
(type: string | symbol, listener: TListener, context?: any)
src/EventEmitter.ts:164
↓ 1 callersFunctionsearch
(rFnc)
perf/lib/reactive.js:97
↓ 1 callersFunctionsetupComputersTest
(setups: Record<string, Setup>)
benchmarks/main.bench.ts:514
↓ 1 callersMethodsilently
(fn: Function)
src/EventEmitter.ts:48
↓ 1 callersFunctiontopo
(rootFnc)
perf/lib/reactive.js:95
↓ 1 callersFunctiontracked
(fn: () => T)
src/track.ts:18
↓ 1 callersFunctionuntracked
(fn: () => T)
src/track.ts:8
↓ 1 callersFunctionwait
(message)
perf/lib/prop1.js:261
Function$mol_atom
(handler, fail, host, field, key)
perf/lib/mol_atom.web.js:396
Function$mol_atom_restore
(error)
perf/lib/mol_atom.web.js:674
Function$mol_atom_task
(handler, fail)
perf/lib/mol_atom.web.js:696
Function$mol_atom_wait
(message)
perf/lib/mol_atom.web.js:687
Function$mol_defer
(run)
perf/lib/mol_atom.web.js:218
Function$mol_dict_shim
()
perf/lib/mol_atom.web.js:277
Function$mol_log
(path, values)
perf/lib/mol_atom.web.js:7
Function$mol_object
()
perf/lib/mol_atom.web.js:46
Function$mol_set_shim
()
perf/lib/mol_atom.web.js:132
FunctionCompoundError
(message, errorArray)
perf/lib/reactor.js:226
Function__
()
perf/lib/prop1.js:123
Function__
()
perf/lib/mol_atom.web.js:211
Method_onValueChange
(evt: IEvent)
src/Cell.ts:524
Methodactive
()
src/Cell.ts:204
Methodconstructor
(options: ICellOptions<Value, Context, Meta>)
src/Cell.ts:218
Functionctor
()
perf/lib/reactor.js:6
MethodcurrentlyPulling
()
src/Cell.ts:131
Functiondefer
(handler)
perf/lib/prop1.js:315
Functiondisposer
()
src/reaction.ts:17
Functionenumeration
(_name)
perf/lib/prop1.js:366
Functionfilter
()
perf/lib/mol_atom.web.js:20
Functionfunc
( )
perf/lib/prop1.js:13
Functionget
(map)
perf/lib/prop1.js:966
Functionget
()
src/define.ts:17
MethodgetDependents
()
src/Cell.ts:179
Methodinitialized
()
src/Cell.ts:197
Functionmap
()
perf/lib/prop1.js:929
Functionobject
(config)
perf/lib/prop1.js:29
Methodoff
( type?: string | symbol | Record<string | symbol, TListener>, listener?: any, context?: any )
src/EventEmitter.ts:94
MethodoffError
( listener: TCellErrorEventListener<Cell<Value, C extends undefined ? Context : C, Meta>>, context?: C )
src/Cell.ts:382
Methodon
(type: string | symbol | Record<string | symbol, TListener>, listener?: any, context?: any)
src/EventEmitter.ts:70
FunctiononChange
()
tests/Cell.test.ts:73
FunctiononChange
()
tests/afterRelease.test.ts:7
next →1–100 of 117, ranked by callers