MCPcopy Create free account

hub / github.com/b3nten/elysiatech / functions

Functions1,093 in github.com/b3nten/elysiatech

↓ 1,087 callersFunctionm
(a,c)
playground/public/jolt-physics.multithread.wasm.js:1303
↓ 1,087 callersFunctionm
(a,c)
playground/public/jolt-physics.wasm.js:1289
↓ 650 callersMethodcreate
(actor: IActor)
src/ecs/actor.ts:40
↓ 189 callersFunctionk
(a)
playground/public/jolt-physics.wasm.js:1289
↓ 189 callersFunctionl
(a)
playground/public/jolt-physics.multithread.wasm.js:1303
↓ 66 callersMethodget
* Get the associated value from key, creating a new * item from the factory if it does not exist. * @param key
src/lib/automap.ts:17
↓ 47 callersMethodadd
* Add an entity and its component to the set.
src/lib/sparseset.ts:27
↓ 39 callersFunctionassert
(condition: any, message?: string)
src/lib/asserts.ts:16
↓ 39 callersMethodpush
( event: T, data?: T extends EventType<infer U> ? U : never, )
src/events/queue.ts:16
↓ 31 callersFunctioncreateEvent
(type: string)
src/events/create.ts:6
↓ 26 callersMethodhas
* Check if an entity is in the set.
src/lib/sparseset.ts:80
↓ 23 callersMethodthen
( onfulfilled?: ((value: A) => TResult1 | PromiseLike<TResult1>) | null, onrejected?: ((reason: any) => TR
src/asset/loader.ts:112
↓ 22 callersFunctionexpectedToBe
(type: string)
src/lib/asserts.ts:1
↓ 20 callersMethodnotify
( event: T, data?: T extends EventType<infer U> ? U : never, )
src/events/manager.ts:31
↓ 18 callersMethoderror
(message: any[])
src/lib/logging.ts:59
↓ 17 callersMethoddelete
* Deletes an instance from the BVH. * @param id The id of the instance to delete.
src/three/batchedmesh.ts:1517
↓ 16 callersFunctionisNumber
(value: unknown)
src/lib/checks.ts:9
↓ 13 callersMethodalloc
Allocate an object from the pool
src/lib/objpool.ts:46
↓ 12 callersFunctiona
(...e)
playground/public/jolt-physics.multithread.wasm.js:19
↓ 12 callersFunctionc
(e)
playground/public/jolt-physics.multithread.wasm.js:20
↓ 12 callersFunctionradixSort
(arr: T[], opt?: RadixSortOptions<T>)
src/lib/radixsort.ts:28
↓ 11 callersFunctionassertRecord
( input: unknown, message: string = expectedToBe("a record"), )
src/lib/asserts.ts:97
↓ 11 callersFunctionisConstructor
( value: unknown, )
src/lib/checks.ts:72
↓ 11 callersFunctionisFalsy
(value: unknown)
src/lib/checks.ts:59
↓ 11 callersFunctionisPrimitive
(val: unknown)
src/lib/checks.ts:81
↓ 10 callersFunctionEb
(a,c,...e)
playground/public/jolt-physics.multithread.wasm.js:52
↓ 10 callersFunctionassertNotVoid
( input: T, message: string = expectedToBe("neither null nor undefined"), )
src/lib/asserts.ts:48
↓ 10 callersMethodcopy
(source: Transform)
src/three/transform.ts:215
↓ 10 callersFunctionisFunction
(value: unknown)
src/lib/checks.ts:34
↓ 10 callersMethodregister
( type: T, listener: (value: T extends EventType<infer U> ? U : never) => void, )
src/events/manager.ts:9
↓ 10 callersMethodremove
* Remove an entity and it's component from the set.
src/lib/sparseset.ts:40
↓ 9 callersFunctionassertNumber
( input: unknown, message: string = expectedToBe("a number"), )
src/lib/asserts.ts:73
↓ 9 callersFunctionconstructorOf
(ctor: T)
src/lib/functions.ts:114
↓ 9 callersMethoddispatchQueue
* Dispatch all events in the queue. * Does *not* clear the queue.
src/events/queue.ts:33
↓ 9 callersFunctionisRecord
(value: unknown)
src/lib/checks.ts:24
↓ 9 callersMethodvalidateInstanceId
Validates the instance defined by the given ID.
src/three/batchedmesh.ts:431
↓ 8 callersFunctionassertArray
( input: unknown, message: string = expectedToBe("an array"), )
src/lib/asserts.ts:126
↓ 8 callersFunctionassertExactly
( input: Input, value: Output, message = expectedToBe(`exactly ${value}`), )
src/lib/asserts.ts:56
↓ 8 callersFunctionassertNotNull
( input: null | T, message: string = expectedToBe("not null"), )
src/lib/asserts.ts:32
↓ 8 callersFunctionassertNotUndefined
( input: undefined | T, message: string = expectedToBe("not undefined"), )
src/lib/asserts.ts:40
↓ 8 callersFunctionassertString
( input: unknown, message: string = expectedToBe("a string"), )
src/lib/asserts.ts:81
↓ 8 callersMethodcatch
( onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null, )
src/asset/loader.ts:121
↓ 8 callersFunctionisBoolean
(value: unknown)
src/lib/checks.ts:4
↓ 8 callersMethodpush
(instanceId: number, depth: number, start: number, count: number)
src/three/batchedmesh.ts:89
↓ 8 callersMethodstart
(name: string)
src/lib/instrument.ts:3
↓ 8 callersMethodsubscribe
* Subscribe to an event. * @param type * @param listener
src/events/queue.ts:74
↓ 7 callersFunctionassertBoolean
( input: unknown, message: string = expectedToBe("a boolean"), )
src/lib/asserts.ts:65
↓ 7 callersFunctionbb
(a)
playground/public/jolt-physics.multithread.wasm.js:22
↓ 7 callersFunctioncopyArrayContents
(src, target)
src/three/batchedmesh.ts:155
↓ 7 callersMethodend
(name: string)
src/lib/instrument.ts:8
↓ 7 callersFunctionisString
(value: unknown)
src/lib/checks.ts:14
↓ 7 callersFunctionmustExist
( value: T, message: string = expectedToBe("not null"), )
src/lib/asserts.ts:253
↓ 7 callersFunctionwarnOnce
(str: string)
src/lib/logging.ts:479
↓ 6 callersFunctionDa
(a)
playground/public/jolt-physics.wasm.js:17
↓ 6 callersFunctionOk
(value: T)
src/lib/functions.ts:27
↓ 6 callersFunctionSb
(a,c,e,f)
playground/public/jolt-physics.multithread.wasm.js:58
↓ 6 callersFunctionassertDate
( input: unknown, message: string = expectedToBe("a Date"), )
src/lib/asserts.ts:89
↓ 6 callersFunctionassertFieldsNotEmpty
( value: T, fields: K[], message: string | ((badProps: K[]) => string), )
src/lib/asserts.ts:239
↓ 6 callersMethodclear
* Clear the queue.
src/events/queue.ts:60
↓ 6 callersFunctionfn
()
src/lib/functions.test.ts:45
↓ 6 callersMethodgetMatrixAt
* Returns the local transformation matrix of the defined instance. * * @param {number} instanceId - The ID of an instance to get the matrix of.
src/three/batchedmesh.ts:969
↓ 6 callersFunctionisArray
(value: unknown)
src/lib/checks.ts:29
↓ 6 callersFunctionisDate
(value: unknown)
src/lib/checks.ts:19
↓ 6 callersFunctionisExactly
( input: Input, value: Output, )
src/lib/checks.ts:64
↓ 6 callersMethodkeyDown
Get whether a key is currently pressed
src/input/input.ts:111
↓ 6 callersFunctionstringGradient
( str: string, gradient: Readonly< [Readonly<[number, number, number]>, Readonly<[number, number, number
src/lib/logging.ts:211
↓ 5 callersFunctionIa
(a,c,e,f)
playground/public/jolt-physics.wasm.js:45
↓ 5 callersFunctionWa
playground/public/jolt-physics.multithread.wasm.js:56
↓ 5 callersFunctiona
(e)
playground/public/jolt-physics.wasm.js:50
↓ 5 callersFunctionassertRecordWithKeys
( input: unknown, keys: K[], message = expectedToBe(`a record with keys ${keys.join(", ")}`), )
src/lib/asserts.ts:111
↓ 5 callersMethodcalculateMatrix
Calculate the local matrix of this transform
src/three/transform.ts:143
↓ 5 callersMethoddebug
(message: any[])
src/lib/logging.ts:55
↓ 5 callersMethodfree
Release an object back into the pool
src/lib/objpool.ts:67
↓ 5 callersFunctionisNullish
(value: unknown)
src/lib/checks.ts:54
↓ 5 callersFunctionisVoid
(value: unknown)
src/lib/checks.ts:49
↓ 5 callersMethodload
* Initiates the loading process for all assets.
src/asset/loader.ts:25
↓ 5 callersMethodshutdown
* Called when the component is removed from an entity or when the world is shutting down.
src/ecs/actor.ts:27
↓ 5 callersMethodstartup
* Called when the world starts up or when this component is added to an entity in a running world.
src/ecs/actor.ts:17
↓ 5 callersMethodwarn
(message: any[])
src/lib/logging.ts:58
↓ 4 callersFunctionErr
(error: E)
src/lib/functions.ts:28
↓ 4 callersFunctionUb
(a,c,e)
playground/public/jolt-physics.multithread.wasm.js:60
↓ 4 callersFunctionassertInstanceOf
( input: unknown, constructor: new (...args: any[]) => T, message = expectedToBe("an instance of given cons
src/lib/asserts.ts:204
↓ 4 callersFunctionassertOneOfType
( input: unknown, assertT: Assert<unknown, T>[], message: string = expectedToBe("one of type"), itemMessag
src/lib/asserts.ts:184
↓ 4 callersFunctioncb
playground/public/jolt-physics.multithread.wasm.js:22
↓ 4 callersFunctionclamp
(value: number, min: number, max: number)
src/math/utility.ts:7
↓ 4 callersMethodclone
()
src/three/transform.ts:208
↓ 4 callersMethodcomponentIterator
* Creates an iterator that yields entities with the specified components. * * The returned touple is reused between iterations, either destructure
src/ecs/world.ts:424
↓ 4 callersMethoddispose
* Frees the GPU-related resources allocated by this instance. Call this * method whenever this instance is no longer used in your app.
src/three/batchedmesh.ts:1242
↓ 4 callersFunctionforEach
( iterable: Iterable<T>, callback: (item: T, index: number) => void, )
src/lib/functions.ts:119
↓ 4 callersMethodgetBoundingBoxAt
Returns the bounding box for the given geometry.
src/three/batchedmesh.ts:871
↓ 4 callersMethodgetBoundingSphereAt
Returns the bounding sphere for the given geometry.
src/three/batchedmesh.ts:903
↓ 4 callersMethodgetBox
(id: number, array: Float32Array)
src/three/batchedmesh.ts:1588
↓ 4 callersMethodinfo
(message: any[])
src/lib/logging.ts:56
↓ 4 callersFunctionisNull
(value: unknown)
src/lib/checks.ts:44
↓ 4 callersFunctionisUndefined
(value: unknown)
src/lib/checks.ts:39
↓ 4 callersFunctionla
playground/public/jolt-physics.wasm.js:17
↓ 4 callersFunctionlerp
(a: number, b: number, t: number)
src/math/lerp.ts:1
↓ 4 callersFunctionmake
( ctor: ConstructorOf<T, Args>, ...args: Args )
src/lib/functions.ts:6
↓ 4 callersFunctionrunCatching
( fn: () => T, )
src/lib/functions.ts:58
↓ 4 callersFunctionrunSafe
(fn: () => T)
src/lib/functions.ts:34
next →1–100 of 1,093, ranked by callers