Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NethermindEth/nine
/ functions
Functions
717 in github.com/NethermindEth/nine
⨍
Functions
717
◇
Types & classes
463
Method
pack_query
Packs the action.
prototype/discovery/n9-node/src/atom/state.rs:61
Method
peer_id
()
prototype/substance/ui9-net/src/relay/node.rs:32
Method
query
(&mut self, from: StateId, query: PackedQuery)
prototype/discovery/n9-node/src/publisher/recorder.rs:40
Method
remote
(peer: PeerId, fqn: Fqn)
prototype/substance/ui9-net/src/remote.rs:12
Method
remote
(fqn: Fqn, peer: PeerId)
prototype/substance/ui9-dui/src/flow/link.rs:48
Method
remote_unified
(peer: PeerId)
prototype/substance/ui9-net/src/remote.rs:29
Method
render
(&self, state: single::State<Event>, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/events.rs:17
Method
render
( &self, state: double::State<SessionControl, Dashboard>, ctx: &SubContext<Self>,
prototype/particles/app-web/ui/src/widgets/session_control.rs:53
Method
render
(&self, state: single::State<Job>, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/jobs.rs:17
Method
render
(&self, _state: single::State<Event>, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/chats_list.rs:17
Method
render
( &self, state: double::State<Peer, Dashboard>, ctx: &SubContext<Self>, )
prototype/particles/app-web/ui/src/widgets/peers.rs:39
Method
render
(&self, state: single::State<UnrollerFlow>, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/traces.rs:40
Method
render
(&self, state: single::State<Tools>, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/tools_list.rs:18
Method
render
(&self, state: single::State<UnrollerFlow>, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/unroller/mod.rs:29
Method
render
(&self, state: single::State<Dashboard>, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/chat_interaction/widget.rs:24
Method
render
(&self, state: single::State<Dashboard>, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/dashboard/widget.rs:24
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/layouts/auto.rs:44
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/peers_list.rs:29
Method
render
(mut self, markdown: &'a str)
prototype/particles/app-tui/src/widgets/markdown.rs:28
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/job_list.rs:37
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/dialog.rs:28
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/prompt.rs:30
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/event_log.rs:30
Method
render
(&self, area: Rect, buf: &mut Buffer)
prototype/particles/app-tui/src/widgets/failure.rs:28
Method
render_actionable
(&self, message: &ActionableMessage, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/traces.rs:111
Method
render_details
(&self, details: &OperationDetails, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/traces.rs:65
Function
render_duration
(duration: Duration)
prototype/particles/app-tui/src/widgets/event_log.rs:59
Method
render_input
(&self, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/chat.rs:101
Method
render_item
(&self, key: &SessionKey, info: &SessionInfo, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/session_control.rs:80
Method
render_item
(&self, item: &ChatTurn, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/chat.rs:119
Method
render_item
(&self, action: &str, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/tools_list.rs:54
Method
render_job
(&self, id: &OperationId, op: &OperationRecord)
prototype/particles/app-web/ui/src/widgets/jobs.rs:33
Method
render_message
(&self, message: &Message, _ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/traces.rs:98
Method
render_operation
(&self, op: &OperationInfo, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/traces.rs:56
Method
render_peer
(&self, peer: &PeerId, ctx: &SubContext<Self>)
prototype/particles/app-web/ui/src/widgets/peers.rs:77
Method
render_request
(&self, req: &ChatRequest)
prototype/particles/app-web/ui/src/widgets/chat.rs:144
Method
render_response
(&self, res: &ChatResponse)
prototype/particles/app-web/ui/src/widgets/chat.rs:155
Method
render_toolkit
( &self, toolkit: &str, actions: &BTreeSet<String>, ctx: &SubContext<Self>,
prototype/particles/app-web/ui/src/widgets/tools_list.rs:38
Method
repeat
(&mut self, _: &mut ())
prototype/particles/chat-telegram/src/drainer.rs:34
Method
repeat
(&mut self, _: &mut ())
prototype/particles/app-tui/src/events.rs:28
Method
root
(name: &str)
prototype/substance/ui9/src/names/fqn.rs:42
Method
root
(ident: &str)
prototype/discovery/n9-node/src/atom/aqn.rs:36
Method
route_swarm_event
( &mut self, event: SwarmEvent<Ui9BehaviourEvent>, ctx: &mut Context<Self>, )
prototype/substance/ui9-net/src/relay/connector/mod.rs:115
Method
route_swarm_event
( &mut self, event: SwarmEvent<NineBehaviourEvent>, ctx: &mut Context<Self>, )
prototype/discovery/n9-node/src/connector/mod.rs:127
Function
schema
(root_schema: RootSchema)
prototype/particles/model-openai/src/convert.rs:62
Function
schema
()
prototype/substance/n9-kit/src/liquid_tool.rs:127
Function
set_href
(el: &mut VTag, href: &str)
prototype/substance/ui9-markdown/src/lib.rs:107
Method
set_phase
(&mut self, new_phase: P)
prototype/substance/ui9-tracers/src/phase.rs:22
Method
spawn_player
(player: Player<S>)
prototype/discovery/n9-node/src/subscriber/client.rs:13
Method
spawn_recorder
(fqn: Fqn, state: RecorderState<F>)
prototype/substance/ui9-dui/src/publisher/server.rs:36
Method
spawn_recorder
(aqn: Aqn, recorder: Recorder<S>)
prototype/discovery/n9-node/src/publisher/server.rs:32
Method
start
(&mut self)
prototype/particles/runtime-wasm/src/wasm_vm.rs:19
Method
start
(task: &str)
prototype/substance/ui9-dui/src/tracers/operation.rs:80
Method
state
(&self)
prototype/particles/app-web/ui/src/render/projection.rs:97
Method
state
(&self)
prototype/particles/app-web/ui/src/render/single.rs:41
Method
state
(&self)
prototype/substance/ui9-app/src/ported.rs:26
Method
streams
(&mut self)
prototype/particles/app-web/ui/src/render/projection.rs:89
Method
streams
(&mut self)
prototype/particles/app-web/ui/src/render/single.rs:31
Method
subscribe
( &mut self, sub_id: Unique<ConfigUpdates>, _ctx: &mut Context<Self>, )
prototype/particles/config-toml/src/config_loader.rs:264
Function
swarm
(key: &Key)
prototype/substance/ui9-net/src/relay/connector/swarm_web.rs:6
Function
swarm
(key: &Key)
prototype/discovery/n9-node/src/connector/swarm_web.rs:6
Method
template
()
prototype/particles/exchange-dydx/src/config.rs:16
Method
template
()
prototype/particles/model-openai/src/config.rs:15
Method
template
()
prototype/particles/model-anthropic/src/config.rs:17
Method
template
()
prototype/particles/chat-telegram/src/config.rs:12
Function
test_aqn_display
()
prototype/discovery/n9-node/src/atom/aqn.rs:86
Function
test_aqn_parsing
()
prototype/discovery/n9-node/src/atom/aqn.rs:71
Function
test_aqn_parsing_with_error
()
prototype/discovery/n9-node/src/atom/aqn.rs:79
Function
test_attributes
()
prototype/substance/ui9-markdown/src/lib.rs:497
Function
test_fqn_display
()
prototype/substance/ui9/src/names/fqn.rs:111
Function
test_fqn_parsing
()
prototype/substance/ui9/src/names/fqn.rs:96
Function
test_fqn_parsing_with_error
()
prototype/substance/ui9/src/names/fqn.rs:104
Function
test_name_macro
()
prototype/substance/ui9/src/names/extension.rs:31
Function
test_partial_macro
()
prototype/substance/ui9/src/names/extension.rs:39
Function
test_progress
()
prototype/substance/ui9-tracers/tests/test_progress.rs:5
Method
title
(&self)
prototype/particles/app-tui/src/widgets/peers_list.rs:25
Method
title
(&self)
prototype/particles/app-tui/src/widgets/job_list.rs:33
Method
title
(&self)
prototype/particles/app-tui/src/widgets/dialog.rs:24
Method
title
(&self)
prototype/particles/app-tui/src/widgets/prompt.rs:26
Method
title
(&self)
prototype/particles/app-tui/src/widgets/event_log.rs:26
Method
title
(&self)
prototype/particles/app-tui/src/widgets/failure.rs:24
Function
tool
(info: ToolInfo)
prototype/particles/model-openai/src/convert.rs:50
Function
tool_call_convert
(call: ChatCompletionMessageToolCall)
prototype/particles/model-openai/src/convert.rs:134
Function
tool_call_to_chat
(tool_call: ToolCall)
prototype/particles/model-openai/src/convert.rs:143
Method
try_from
(id: swarm::ConnectionId)
prototype/substance/ui9-net/src/tracers/peer.rs:55
Method
unified
()
prototype/substance/ui9-dui/src/publisher/mod.rs:33
Method
unique
()
prototype/discovery/n9-node/src/publisher/mod.rs:59
Method
unpack
Unpacks the data.
prototype/substance/ui9-dui/src/flow/encoding.rs:19
Method
unpack_action
Unpacks the action.
prototype/substance/ui9-dui/src/flow/flow.rs:61
Method
unpack_delta
Unpacks the delta.
prototype/discovery/n9-node/src/atom/state.rs:56
Method
unpack_event
Unpacks the event.
prototype/substance/ui9-dui/src/flow/flow.rs:51
Method
unpack_query
Unpacks the query.
prototype/discovery/n9-node/src/atom/state.rs:66
Method
unpack_state
Unpacks the state.
prototype/substance/ui9-dui/src/flow/flow.rs:41
Method
unpack_state
Unpacks the state.
prototype/discovery/n9-node/src/atom/state.rs:46
Method
unsubscribe
( &mut self, sub_id: Unique<ConfigSegmentUpdates>, _ctx: &mut Context<Self>, )
prototype/particles/config-toml/src/particle.rs:138
Method
unsubscribe
( &mut self, sub_id: Unique<ConfigUpdates>, _ctx: &mut Context<Self>, )
prototype/particles/config-toml/src/config_loader.rs:275
Method
unsubscribe
( &mut self, sub: Unique<EventFlow>, _ctx: &mut Context<Self>, )
prototype/substance/ui9-dui/src/publisher/recorder.rs:114
Method
unsubscribe
( &mut self, sub_id: Unique<ConfigUpdates>, _ctx: &mut Context<Self>, )
prototype/discovery/config-toml/src/loader.rs:272
Method
unsubscribe
( &mut self, sub: Unique<DeltaFlow>, _ctx: &mut Context<Self>, )
prototype/discovery/n9-node/src/publisher/recorder.rs:183
Method
unsubscribe
( &mut self, id: Unique<AtomProvider>, _ctx: &mut Context<Self>, )
prototype/discovery/n9-node/src/connector/mod.rs:335
← previous
next →
601–700 of 717, ranked by callers