MCPcopy Create free account

hub / github.com/tinyplex/tinybase / functions

Functions6,603 in github.com/tinyplex/tinybase

↓ 16 callersFunctiontryCatch
( action: () => Return | Promise<Return>, then1?: (error: any) => void, then2?: (error: any) => void, )
src/common/other.ts:161
↓ 16 callersFunctionuseListenable
(listenable, thing, returnType, args = EMPTY_ARRAY)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:143
↓ 16 callersFunctionuseSetTableCallback
( tableId: Id | GetId<Parameter>, getTable: (parameter: Parameter, store: Store) => Table, getTableDeps?
src/ui-react/hooks.ts:932
↓ 16 callersFunctionwrap
( children: JSXElement, separator?: JSXElement | string, encloseWithId?: boolean, id?: Id, )
src/ui-solid/common/wrap.tsx:7
↓ 16 callersFunctionwrap
(children, separator, encloseWithId, id)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:1185
↓ 15 callersFunctionaddListener
(listener, idSetNode, path, pathGetters = [], extraArgsGetter = () => [])
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:395
↓ 15 callersFunctionarrayPush
(array, ...values)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:96
↓ 15 callersFunctioncellId
(cellId: Id)
test/unit/core/other/queries.test.ts:25
↓ 15 callersFunctioncollDel
(coll, keyOrValue)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:110
↓ 15 callersFunctioncreateTestStore
()
test/unit/core/ui-common/components.ts:82
↓ 15 callersMethodgetTransactionMergeableChanges
( withHashes?: boolean, )
src/@types/mergeable-store/with-schemas/index.d.ts:225
↓ 15 callersFunctionjsonStringWithUndefined
(obj: unknown)
src/common/json.ts:14
↓ 15 callersFunctionos
(t,n,c={},r)
docs/js/home.js:1
↓ 15 callersFunctionos
(t,n,c={},r)
docs/js/app.js:1
↓ 15 callersFunctionr
(f,u)
docs/js/home.js:1
↓ 15 callersFunctionr
(f,u)
docs/js/app.js:1
↓ 15 callersFunctionrepeat
( name: string, noun: string, unit: string, actions: (N: number, stepSize: number) => [number, number]
test/perf/common.ts:6
↓ 15 callersFunctionsqlCheck
(sqlLogs: [string, any[]?][], sql: [string, any[]?][])
test/unit/persisters/database/tabular.test.ts:38
↓ 15 callersMethodstartTransaction
()
src/@types/store/with-schemas/index.d.ts:1194
↓ 15 callersFunctionuseDelCellCallback
( tableId: Id | GetId<Parameter>, rowId: Id | GetId<Parameter>, cellId: Id | GetId<Parameter>, forceDe
src/ui-react/hooks.ts:1120
↓ 15 callersFunctionuseRowListener
( tableId: IdOrNull, rowId: IdOrNull, listener: RowListener, listenerDeps?: DependencyList, mutator?
src/ui-react/hooks.ts:1350
↓ 15 callersFunctionuseSetRowCallback
( tableId: Id | GetId<Parameter>, rowId: Id | GetId<Parameter>, getRow: (parameter: Parameter, store: St
src/ui-react/hooks.ts:950
↓ 15 callersFunctionuseTable
( tableId: Id, storeOrStoreId?: StoreOrStoreId, )
src/ui-react/hooks.ts:688
↓ 14 callersFunctionWrap
($$anchor, $$props)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte/index.js:879
↓ 14 callersFunctionaddCallback
(callbacks: Callback[])
src/middleware/index.ts:64
↓ 14 callersFunctionaddCallback
(callbacks)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:3117
↓ 14 callersFunctionarrayPush
(array, ...values)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom-charts/index.js:76
↓ 14 callersFunctioncs
docs/js/home.js:1
↓ 14 callersFunctioncs
docs/js/app.js:1
↓ 14 callersFunctionexpectAllToHaveContent
(content: Content)
test/unit/synchronizers/synchronizers.test.ts:853
↓ 14 callersMethodforEachValue
(valueCallback: ValueCallback<Schemas[1]>)
src/@types/store/with-schemas/index.d.ts:1228
↓ 14 callersFunctiongetNewIdFromSuggestedId
( suggestedId: Id, has: (newId: Id) => boolean, )
src/ui-react-inspector/actions/common.tsx:15
↓ 14 callersMethodgetRowIds
(tableId: TableIdFromSchema<Schemas[0]>)
src/@types/store/with-schemas/index.d.ts:956
↓ 14 callersMethodisMergeable
()
src/@types/store/with-schemas/index.d.ts:1480
↓ 14 callersFunctionisUndefined
(thing)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom-charts/index.js:41
↓ 14 callersFunctionlt
docs/js/home.js:1
↓ 14 callersFunctionobjHas
(obj: IdObj<unknown>, id: Id)
src/common/obj.ts:41
↓ 14 callersFunctionpromiseAll
(promises: Promise<any>[])
src/common/other.ts:140
↓ 14 callersFunctionrenderWriter
( harness: FunctionHarness, components: FunctionComponents, mode: string, props: {[key: string]: unkno
test/unit/core/ui-common/functions.ts:81
↓ 14 callersFunctionsyncDocs
()
test/unit/persisters/automerge.test.ts:199
↓ 14 callersFunctionuseListenable2
(listenable, thing, returnType, args = EMPTY_ARRAY2)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:2973
↓ 13 callersFunctionLs
(t,n)
docs/js/home.js:1
↓ 13 callersFunctionLs
(t,n)
docs/js/app.js:1
↓ 13 callersMethodaddHasTableListener
( tableId: TableIdOrNull, listener: HasTableListener<Schemas, TableIdOrNull, this>, mutator?: bool
src/@types/store/with-schemas/index.d.ts:1249
↓ 13 callersMethodaddTableCellIdsListener
( tableId: TableIdOrNull, listener: TableCellIdsListener<Schemas, TableIdOrNull, this>, mutator?:
src/@types/store/with-schemas/index.d.ts:1265
↓ 13 callersFunctionarrayMap
(array, cb)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:62
↓ 13 callersFunctioncollValues
(coll: Coll<Value> | undefined)
src/common/coll.ts:29
↓ 13 callersFunctioncompileModule
(module, dir = DIST_DIR, min = false)
gulpfile.mjs:528
↓ 13 callersFunctionforEachRow
(tableId: Id, rowCallback: RowCallback)
src/store/index.ts:2032
↓ 13 callersFunctiongetCssSvg
(path: string, color = 'white')
src/common/inspector/svg.ts:10
↓ 13 callersFunctiongetCssSvg
(path, color = "white")
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:715
↓ 13 callersFunctiongetCssSvg
(path, color = "white")
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte-inspector/index.js:199
↓ 13 callersFunctiongetCssSvg
(path, color = "white")
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:610
↓ 13 callersFunctiongetServerFunctions
( port: number, )
test/e2e/common.ts:5
↓ 13 callersFunctionhasWindow
()
src/common/other.ts:87
↓ 13 callersFunctionhasWindow
()
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte/index.js:49
↓ 13 callersFunctionrenderPrimitive
(primitive: () => void)
test/unit/core/ui-solid/primitives.test.ts:188
↓ 13 callersMethodsetMergeableContent
( mergeableContent: MergeableContent<Schemas, true>, )
src/@types/mergeable-store/with-schemas/index.d.ts:215
↓ 13 callersMethodstartAutoPersisting
( initialContent?: Content<Schemas, true> | (() => Content<Schemas, true>), startSaveFirst?: boolean,
src/@types/persisters/with-schemas/index.d.ts:221
↓ 13 callersFunctionuseAddRowCallback
( tableId: Id | GetId<Parameter>, getRow: (parameter: Parameter, store: Store) => Row, getRowDeps: Depen
src/ui-react/hooks.ts:970
↓ 13 callersFunctionuseHasRowListener
( tableId: IdOrNull, rowId: IdOrNull, listener: HasRowListener, listenerDeps?: DependencyList, mutat
src/ui-react/hooks.ts:1333
↓ 13 callersFunctionuseListenable2
(listenable, thing, returnType, args = EMPTY_ARRAY2)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom/index.js:416
↓ 13 callersFunctionuseListenable2
(listenable, thing, returnType, listenerArgGetters = EMPTY_LISTENER_ARG_GETTERS2)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:477
↓ 13 callersFunctionuseRow
( tableId: Id, rowId: Id, storeOrStoreId?: StoreOrStoreId, )
src/ui-react/hooks.ts:787
↓ 13 callersFunctionuseSetPartialRowCallback
( tableId: Id | GetId<Parameter>, rowId: Id | GetId<Parameter>, getPartialRow: (parameter: Parameter, st
src/ui-react/hooks.ts:1000
↓ 12 callersFunctionDetails
($$anchor, $$props)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte-inspector/index.js:2856
↓ 12 callersFunctioncreateCheckpointsListener
( checkpoints: Checkpoints, )
test/unit/common/listeners.ts:512
↓ 12 callersFunctioncreateListenable
(getThing2, listenable, defaultValue, getArgs = () => EMPTY_ARR, isHas)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte-dom/index.js:122
↓ 12 callersFunctioncreatePersister
(serverStore: MergeableStore, pathId: Id)
test/unit/synchronizers/synchronizer-ws-server.test.ts:432
↓ 12 callersFunctionexpectedFramedSvgElement
( page: Page, selector: string, text?: string | RegExp, timeout = 5000, )
test/e2e/common.ts:52
↓ 12 callersFunctiongetThing2
(thing)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:471
↓ 12 callersFunctiongetUniqueId
(...args)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:692
↓ 12 callersFunctiongetUniqueId
(...args)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte-inspector/index.js:184
↓ 12 callersFunctiongetUniqueId
(...args)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:605
↓ 12 callersFunctiongetXAxisTickLabels
(container: HTMLElement)
test/unit/core/ui-react/ui-react-dom-charts.test.tsx:21
↓ 12 callersFunctionisObject2
(obj)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:536
↓ 12 callersFunctionisTrue
(thing)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:59
↓ 12 callersFunctionisUndefined
(thing)
docs/pseudo.esm.sh/tinybase@9.0.0/synchronizers/synchronizer-ws-client/index.js:24
↓ 12 callersFunctionjsonStringWithMap
(obj: unknown)
src/common/json.ts:9
↓ 12 callersFunctionobjDel
(obj: IdObj<Value>, id: Id)
src/common/obj.ts:43
↓ 12 callersFunctionobjValidate
( obj: IdObj<any> | undefined, validateChild: (child: any, id: Id) => boolean, onInvalidObj?: () => void
src/common/obj.ts:107
↓ 12 callersFunctionobjValidate
(obj, validateChild, onInvalidObj, emptyIsValid = 0)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:151
↓ 12 callersFunctionsetDefaultContent
(content)
docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2902
↓ 12 callersFunctionstampUpdate
( stamp: Stamp<unknown, true>, hlc: Hlc, hash: Hash, )
src/common/stamps.ts:49
↓ 12 callersMethodstopAutoSave
()
src/@types/persisters/with-schemas/index.d.ts:215
↓ 12 callersFunctionsyncDocs
()
test/unit/persisters/yjs.test.ts:183
↓ 12 callersFunctionuseDelRowCallback
( tableId: Id | GetId<Parameter>, rowId: Id | GetId<Parameter>, storeOrStoreId?: StoreOrStoreId, then?
src/ui-react/hooks.ts:1111
↓ 12 callersFunctionuseDelTableCallback
( tableId: Id | GetId<Parameter>, storeOrStoreId?: StoreOrStoreId, then?: (store: Store) => void, then
src/ui-react/hooks.ts:1103
↓ 12 callersFunctionuseDelValueCallback
( valueId: Id | GetId<Parameter>, storeOrStoreId?: StoreOrStoreId, then?: (store: Store) => void, then
src/ui-react/hooks.ts:1146
↓ 12 callersFunctionuseListenable2
(listenable, thing, returnType, listenerArgGetters = EMPTY_LISTENER_ARG_GETTERS2)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:3057
↓ 11 callersMethodaddInvalidCellListener
( tableId: IdOrNull, rowId: IdOrNull, cellId: IdOrNull, listener: InvalidCellListener<Schemas,
src/@types/store/with-schemas/index.d.ts:1442
↓ 11 callersMethodaddRowCountListener
( tableId: TableIdOrNull, listener: RowCountListener<Schemas, TableIdOrNull, this>, mutator?: bool
src/@types/store/with-schemas/index.d.ts:1289
↓ 11 callersMethodaddTableIdsListener
( listener: TableIdsListener<Schemas, this>, mutator?: boolean, )
src/@types/store/with-schemas/index.d.ts:1243
↓ 11 callersFunctionarrayForEach
(array, cb)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom-charts/index.js:71
↓ 11 callersFunctionarrayIsEmpty
(array)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:614
↓ 11 callersFunctionarrayIsEmpty
(array)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-svelte-inspector/index.js:106
↓ 11 callersFunctionarrayIsEmpty
(array)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:526
↓ 11 callersFunctionarrayIsEqual
( array1: readonly unknown[], array2: readonly unknown[], )
src/common/array.ts:20
↓ 11 callersFunctionarrayMap2
(array, cb)
docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:386
↓ 11 callersFunctioncollClear
(coll: Coll<unknown>)
src/common/coll.ts:33
← previousnext →401–500 of 6,603, ranked by callers