Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Actyx/Actyx
/ functions
Functions
3,158 in github.com/Actyx/Actyx
⨍
Functions
3,158
◇
Types & classes
771
↓ 10 callers
Method
first
(&self)
rust/actyx/ax-core/src/settings/scope.rs:212
↓ 10 callers
Method
handle_settings_request
(&mut self, request: SettingsRequest)
rust/actyx/ax-core/src/node/node_impl.rs:158
↓ 10 callers
Method
is_root
(&self)
rust/actyx/ax-core/src/settings/scope.rs:146
↓ 10 callers
Method
persist
(&self, app_id: AppId, events: Vec<(TagSet, Payload)>)
rust/actyx/ax-core/src/swarm/event_store.rs:129
↓ 10 callers
Method
request
(serviceId: string, payload?: unknown)
js/sdk/src/v2/multiplexedWebsocket.ts:65
↓ 10 callers
Function
setup
()
rust/actyx/ax-core/src/api/auth/validate_signed_manifest.rs:85
↓ 10 callers
Method
simple
(self)
rust/actyx/ax-aql/src/language/parser/mod.rs:66
↓ 10 callers
Method
status
(&mut self, s: String)
rust/actyx/ax/src/cmd/events/dump.rs:88
↓ 10 callers
Function
testBoth
(description: string, testFn: (ord: EventsSortOrder) => Promise<void>)
js/sdk/src/internal_common/event-fns-impl.spec.ts:259
↓ 9 callers
Method
all
()
rust/release/src/os_arch.rs:129
↓ 9 callers
Method
app_id
(&self)
rust/actyx/ax-core/src/trees/axtrees.rs:104
↓ 9 callers
Method
as_str
Extracts a string slice containing the entire session id
rust/actyx/ax-types/src/service/events.rs:404
↓ 9 callers
Method
bounded_forward
( &self, tag_expr: &TagExpr, from_offsets_excluding: OffsetMap, to_offsets_inc
rust/actyx/ax-core/src/swarm/event_store.rs:136
↓ 9 callers
Function
emitter
(source: string)
js/sdk/src/internal_common/testHelper.ts:81
↓ 9 callers
Function
mk_store
(name: &'static str)
rust/actyx/ax-core/src/swarm/event_store.rs:279
↓ 9 callers
Method
node_id
(&self)
rust/actyx/swarm/harness/src/api.rs:77
↓ 9 callers
Method
offsets
(&self)
rust/actyx/ax-core/src/api/events/service.rs:55
↓ 9 callers
Method
request
(serviceId: string, payload?: unknown)
js/sdk/src/v1/multiplexedWebsocket.ts:60
↓ 9 callers
Function
run
This method does not belong here, it belongs in ax-core we need to extract this and it's friends
rust/actyx/ax/src/main.rs:139
↓ 9 callers
Function
runAndDecode
( task: native.AsyncTask, payload: object, decoder: io.Decoder<unknown, T>, )
js/node-manager/src/node/tasks.ts:28
↓ 9 callers
Method
send
(data: any)
js/sdk/src/v2/multiplexedWebsocket.spec.ts:275
↓ 9 callers
Function
ser
(v: T, expected: &str)
rust/actyx/ax-types/src/offset.rs:924
↓ 9 callers
Method
settings_repo
(&self)
rust/actyx/ax-core/src/node/node_impl.rs:124
↓ 9 callers
Function
setup
()
rust/actyx/ax-core/src/certs/developer_certificate.rs:131
↓ 9 callers
Method
sub
(self, other: SimpleExpr)
rust/actyx/ax-aql/src/language/mod.rs:405
↓ 9 callers
Method
toV1WireFormat
* FOR INTERNAL USE. Convert to Actyx wire format. * @internal
js/sdk/src/types/tags.ts:83
↓ 9 callers
Method
transform_mut
Transform the current value in-place and notify observers if the function returns `true`. This does not allow a fallible operation because in case of
rust/actyx/ax-core/src/ax_futures_util/stream/variable.rs:187
↓ 9 callers
Function
with_api
( mut log: impl Write + Clone + Send + 'static, f: impl FnOnce(u16, &Path) -> anyhow::Result<()>, )
rust/actyx/ax/tests/smoke.rs:78
↓ 8 callers
Function
cancelSubscription
()
js/sdk/src/internal_common/event-fns-impl.ts:447
↓ 8 callers
Method
close
(code: any, reason: any)
js/sdk/src/v2/multiplexedWebsocket.spec.ts:344
↓ 8 callers
Function
compact
(array)
web/developer.actyx.com/src/theme/SearchBar/utils.js:172
↓ 8 callers
Method
forward_stream
(&self, selection: StreamEventSelection)
rust/actyx/ax-core/src/swarm/event_store.rs:48
↓ 8 callers
Function
getCurrentVersion
(product)
rust/release/integration/test.js:44
↓ 8 callers
Function
getPastVersions
(product)
rust/release/integration/test.js:54
↓ 8 callers
Method
handle
Handle the given request, spawning tasks on the given Runtime as needed.
rust/actyx/ax-core/src/swarm/event_store_ref.rs:227
↓ 8 callers
Function
handle_cmd
(fut: impl Future<Output = ()>, verbosity: u8)
rust/actyx/ax/src/main.rs:128
↓ 8 callers
Method
is_local
(&self, stream_id: StreamId)
rust/actyx/ax-core/src/swarm/mod.rs:582
↓ 8 callers
Method
is_loopback
(&self)
rust/actyx/swarm/harness/src/lib.rs:97
↓ 8 callers
Method
load
(path: impl AsRef<Path>)
rust/release/src/versions_file.rs:115
↓ 8 callers
Function
mkLogger
(topic: string, logFnOverride?: LogFunction)
js/sdk/src/util/logging.ts:74
↓ 8 callers
Function
mkME
(eventId: string)
js/sdk/src/types/various.spec.ts:16
↓ 8 callers
Function
mkTimestamp
(time: number)
js/sdk/src/types/various.ts:125
↓ 8 callers
Function
mk_streams
()
rust/actyx/ax-core/src/ax_futures_util/stream/merge_ordered.rs:242
↓ 8 callers
Method
natural
(&mut self)
rust/actyx/ax-aql/src/language/parser/utils.rs:56
↓ 8 callers
Method
node_id
(&self)
rust/actyx/ax-core/src/swarm/mod.rs:496
↓ 8 callers
Method
number
(&self, n: &Num)
rust/actyx/ax-core/src/runtime/eval.rs:149
↓ 8 callers
Method
partial_cmp
(&self, other: &Self)
rust/actyx/ax-core/src/runtime/value.rs:271
↓ 8 callers
Method
random
Uses port `0` for all services. Let the OS allocate a free port.
rust/actyx/ax-core/src/node/mod.rs:226
↓ 8 callers
Function
reject
(err: anyhow::Error)
rust/actyx/ax-core/src/api/mod.rs:74
↓ 8 callers
Function
run_netsim
(opts: HarnessOpts, f: F)
rust/actyx/swarm/harness/src/lib.rs:113
↓ 8 callers
Method
set
Send a value and notify all current receivers. This will not fail even if all receivers are dropped. It will just go into nirvana.
rust/actyx/ax-core/src/ax_futures_util/stream/variable.rs:177
↓ 8 callers
Method
start
(&mut self, notifier: Sender<Result<()>>)
rust/actyx/ax-core/src/node/components/mod.rs:286
↓ 8 callers
Method
take_until_signaled
Take from this stream until the given future completes.
rust/actyx/ax-core/src/ax_futures_util/stream/mod.rs:122
↓ 8 callers
Function
test_retain_count
(events_to_retain: u64)
rust/actyx/ax-core/src/swarm/prune.rs:523
↓ 8 callers
Function
test_retain_size
(max_size: u64)
rust/actyx/ax-core/src/swarm/prune.rs:574
↓ 8 callers
Method
tree_stream
(&self)
rust/actyx/ax-core/src/swarm/streams.rs:83
↓ 8 callers
Method
value
(&self)
rust/actyx/ax-core/src/runtime/value.rs:194
↓ 8 callers
Method
write
(&self)
rust/actyx/ax-core/src/swarm/sqlite.rs:28
↓ 7 callers
Function
_compareEvents
(a: Event, b: Event)
js/sdk/src/internal_common/types.ts:66
↓ 7 callers
Function
_compareEvents
(a: Event, b: Event)
js/sdk/src/v1/types.ts:82
↓ 7 callers
Method
all
()
rust/actyx/ax-core/src/trees/query.rs:35
↓ 7 callers
Function
app_id
()
rust/actyx/ax-core/src/swarm/tests.rs:46
↓ 7 callers
Function
app_manifest
()
rust/actyx/swarm/harness/src/util.rs:15
↓ 7 callers
Method
as_ref
(&self)
rust/actyx/ax-core/src/api/files/pinner.rs:203
↓ 7 callers
Function
assert_bounded
( store: &'a EventStore, expr: &'static str, from: Option<&'a BTreeMap<Str
rust/actyx/ax-core/src/swarm/event_store.rs:471
↓ 7 callers
Function
bufferOp
(bufferTimeSpan: number, maxBufferSize?: number)
js/sdk/src/util/bufferOp.ts:4
↓ 7 callers
Method
cbor
(&self)
rust/actyx/ax-core/src/runtime/value.rs:202
↓ 7 callers
Function
check
(supported: &'static [&'static str], requested: &str, pass: bool)
rust/actyx/ax-core/src/api/filters/accept.rs:46
↓ 7 callers
Method
clear_settings
Clears settings for a given scope, if the defaults are valid on their own, the settings_with_defaults will still be set
rust/actyx/ax-core/src/settings/repository.rs:193
↓ 7 callers
Function
connect
(task: &mut Sender<Task>, auth: Authority)
rust/actyx/ax-core/src/node_connection.rs:572
↓ 7 callers
Function
ctx
(order: Order)
rust/actyx/ax-core/src/runtime/query.rs:227
↓ 7 callers
Method
do_request
Perform a request (to AX APIs). If an authorization error (code 401) is returned, it will try to re-authenticate. If the service is unavailable (code
rust/sdk/src/client.rs:181
↓ 7 callers
Method
encode
(&self, c: DagCborCodec, w: &mut W)
rust/actyx/ax-core/src/trees/tags.rs:79
↓ 7 callers
Function
eval
(cx: &mut Context<'_>, s: &str)
rust/actyx/ax-core/src/runtime/eval.rs:662
↓ 7 callers
Method
eval
run a query in the given evaluation context and collect all results
rust/actyx/ax-core/src/runtime/query.rs:67
↓ 7 callers
Method
event
Add an event. This adds the given event to the list of events that will be emitted once this publishing request is submitted by using `.await` on it.
rust/sdk/src/client.rs:500
↓ 7 callers
Method
events
Limit the number of events to keep.
rust/actyx/ax-core/src/swarm/prune.rs:335
↓ 7 callers
Function
feeder
(q: &str)
rust/actyx/ax-core/src/runtime/query.rs:230
↓ 7 callers
Function
filter
()
rust/actyx/ax-core/src/runtime/operation/mod.rs:224
↓ 7 callers
Function
getApiLocation
(config: ActyxOpts)
js/sdk/src/v2/utils.ts:28
↓ 7 callers
Method
into_inner
(mut self)
rust/actyx/ax-core/src/libp2p_streaming_response/handler.rs:78
↓ 7 callers
Function
keypair
(i: u64)
rust/actyx/swarm/cli/src/lib.rs:158
↓ 7 callers
Method
lookup_opt
(&self, name: &str)
rust/actyx/ax-core/src/runtime/eval.rs:120
↓ 7 callers
Function
mkHeaders
(token: string)
js/sdk/src/v2/utils.ts:132
↓ 7 callers
Method
multiaddr
(&self)
rust/actyx/swarm/harness/src/lib.rs:87
↓ 7 callers
Method
new_observer
One way of creating a new observer. The other is to clone an existing observer.
rust/actyx/ax-core/src/ax_futures_util/stream/variable.rs:206
↓ 7 callers
Method
offset
Retrieve the offset stored for the given source The returned value is `OffsetOrMin::MIN` if nothing is stored for the given source.
rust/actyx/ax-types/src/offset.rs:506
↓ 7 callers
Method
offsets
Returns known offsets across local and replicated streams. If an authorization error (code 401) is returned, it will try to re-authenticate. If the s
rust/sdk/src/client.rs:315
↓ 7 callers
Method
parse_or_default
(&mut self)
rust/actyx/ax-aql/src/language/parser/utils.rs:64
↓ 7 callers
Function
safeErrorToStr
(err: unknown)
js/node-manager/src/common/util.ts:15
↓ 7 callers
Function
scheduler
()
js/sdk/src/util/reconnectStrategies.spec.ts:12
↓ 7 callers
Method
stop_on_error
(self)
rust/actyx/ax-core/src/ax_futures_util/mod.rs:11
↓ 7 callers
Method
stream_filtered_stream_ordered
Returns a [`Stream`] of events filtered with a [`Query`].
rust/actyx/ax-core/src/swarm/mod.rs:1466
↓ 7 callers
Function
test_retain_age
(percentage_to_keep: usize)
rust/actyx/ax-core/src/swarm/prune.rs:644
↓ 7 callers
Method
time
(&self)
rust/actyx/ax-core/src/trees/axtrees.rs:86
↓ 7 callers
Method
validate_with_defaults
Validates a `json` value, given a `schema_json`. If individual fields are not set, but given a default in the schema, the default will be set. Note: I
rust/actyx/ax-core/src/settings/validation.rs:115
↓ 7 callers
Method
versions
(&self)
rust/release/src/versions_file.rs:128
↓ 7 callers
Method
with_lower_bound
Add a (exclusive) lower bound to the query. For more information on offsets, as well as lower and upper bounds refer to the [offsets and partitions](
rust/sdk/src/client.rs:699
↓ 6 callers
Function
EventFnsFromEventStoreV2
( nodeId: NodeId, eventStore: EventStore, snapshotStore: SnapshotStore, currentActyxVersion: () => str
js/sdk/src/internal_common/event-fns-impl.ts:73
↓ 6 callers
Function
Tags
(...requiredTags: string[])
js/sdk/src/types/tags.ts:148
← previous
next →
201–300 of 3,158, ranked by callers