MCPcopy Create free account

hub / github.com/Alex6357/alloy / functions

Functions64 in github.com/Alex6357/alloy

↓ 8 callersMethodreadU32
()
frontend/src/alloy/buffer.ts:179
↓ 8 callersMethodread_u32
(&mut self)
src/buffer.rs:53
↓ 7 callersMethodwriteU32
(value: number)
frontend/src/alloy/buffer.ts:26
↓ 6 callersMethodwriteU8
(value: number)
frontend/src/alloy/buffer.ts:25
↓ 5 callersMethodparse_color
Parse hex color strings to GPUI Rgba values
src/main.rs:726
↓ 5 callersMethodread_string
(&mut self)
src/buffer.rs:59
↓ 5 callersMethodwriteString
(value: string)
frontend/src/alloy/buffer.ts:27
↓ 4 callersMethodexpand
()
frontend/src/alloy/buffer.ts:83
↓ 3 callersMethodread_command
Read next command from buffer, returns None on EOF
src/buffer.rs:67
↓ 3 callersFunctionwriteSetStyle
( writer: CommandWriter, nodeId: number, key: string, value: string, )
frontend/src/alloy/buffer.ts:109
↓ 3 callersFunctionwriteSetText
(writer: CommandWriter, nodeId: number, text: string)
frontend/src/alloy/buffer.ts:102
↓ 2 callersMethodappendChild
(child: GenNode | string)
frontend/src/alloy/renderer.ts:52
↓ 2 callersFunctionwriteAppendChild
(writer: CommandWriter, parentId: number, childId: number)
frontend/src/alloy/buffer.ts:122
↓ 1 callersMethodaddEventListener
(event: string, handler: EventListener)
frontend/src/alloy/renderer.ts:90
↓ 1 callersMethodapply
(&mut self, action: Action)
src/main.rs:56
↓ 1 callersMethodflush
()
frontend/src/alloy/buffer.ts:28
↓ 1 callersFunctionflushCommands
()
frontend/src/alloy/renderer.ts:244
↓ 1 callersFunctioninitRenderer
(writer: BinaryCommandWriter)
frontend/src/alloy/renderer.ts:237
↓ 1 callersMethodinsertBefore
(newChild: GenNode | string, refChild: GenNode | null | undefined)
frontend/src/alloy/renderer.ts:63
↓ 1 callersFunctionmain
()
frontend/src/app.tsx:142
↓ 1 callersMethodnew
()
src/main.rs:48
↓ 1 callersMethodprocess_actions
(&mut self)
src/main.rs:334
↓ 1 callersMethodprocess_events
Dispatch pending events to JavaScript event handlers
src/main.rs:358
↓ 1 callersMethodreadEvent
()
frontend/src/alloy/buffer.ts:192
↓ 1 callersMethodreadString
()
frontend/src/alloy/buffer.ts:185
↓ 1 callersMethodreadU8
()
frontend/src/alloy/buffer.ts:173
↓ 1 callersMethodread_all
Read all remaining commands from buffer
src/buffer.rs:153
↓ 1 callersMethodread_u8
(&mut self)
src/buffer.rs:47
↓ 1 callersMethodremoveChild
(child: GenNode)
frontend/src/alloy/renderer.ts:81
↓ 1 callersMethodrender_node
(&self, state: &AlloyState, node_id: u32, view_id: EntityId)
src/main.rs:442
↓ 1 callersMethodreset
()
frontend/src/alloy/buffer.ts:29
↓ 1 callersFunctionsetRoot
(node: GenNode)
frontend/src/alloy/renderer.ts:255
↓ 1 callersMethodtick_frame
Three-phase frame loop: 1. Execute JavaScript microtasks (Promises, reactive effects) 2. Process user events and dispatch to JavaScript 3. Apply UI up
src/main.rs:431
↓ 1 callersFunctionwriteAddListener
(writer: CommandWriter, nodeId: number, event: string)
frontend/src/alloy/buffer.ts:135
↓ 1 callersFunctionwriteCreateNode
(writer: CommandWriter, nodeId: number, tag: string)
frontend/src/alloy/buffer.ts:95
↓ 1 callersFunctionwriteSetRoot
(writer: CommandWriter, nodeId: number)
frontend/src/alloy/buffer.ts:129
FunctionCounter
()
frontend/src/app.tsx:15
Methodconstructor
(capacity: number = 4096)
frontend/src/alloy/buffer.ts:42
Methodconstructor
(buffer: ArrayBuffer)
frontend/src/alloy/buffer.ts:169
Methodconstructor
(tag: string)
frontend/src/alloy/renderer.ts:45
FunctioncreateElement
(tag: string)
frontend/src/alloy/renderer.ts:142
FunctioncreateTextNode
(text: string)
frontend/src/alloy/renderer.ts:146
Methodflush
()
frontend/src/alloy/buffer.ts:75
FunctiongetFirstChild
(node: GenNode)
frontend/src/alloy/renderer.ts:220
FunctiongetNextSibling
(node: GenNode)
frontend/src/alloy/renderer.ts:224
FunctiongetParentNode
(node: GenNode)
frontend/src/alloy/renderer.ts:216
FunctionhandleEvent
(nodeId: number, eventType: string)
frontend/src/alloy/renderer.ts:264
FunctioninsertNode
(parent: GenNode, node: GenNode | string, anchor: GenNode | null)
frontend/src/alloy/renderer.ts:200
FunctionisTextNode
(node: any)
frontend/src/alloy/renderer.ts:208
Functionmain
()
src/main.rs:789
Methodnew
Create a new reader from a byte buffer
src/buffer.rs:41
MethodreadAll
()
frontend/src/alloy/buffer.ts:223
MethodremoveEventListener
(event: string)
frontend/src/alloy/renderer.ts:106
FunctionremoveNode
(parent: GenNode, node: GenNode)
frontend/src/alloy/renderer.ts:212
Methodrender
(&mut self, _: &mut Window, cx: &mut Context<Self>)
src/main.rs:741
FunctionreplaceText
(node: GenNode, text: string)
frontend/src/alloy/renderer.ts:152
Methodreset
()
frontend/src/alloy/buffer.ts:79
FunctionsetProperty
(node: GenNode, name: string, value: any)
frontend/src/alloy/renderer.ts:157
Functiontest_parse_create_node
()
src/buffer.rs:167
Functiontest_parse_set_text
()
src/buffer.rs:185
MethodtextContent
()
frontend/src/alloy/renderer.ts:113
MethodwriteString
(value: string)
frontend/src/alloy/buffer.ts:60
MethodwriteU32
(value: number)
frontend/src/alloy/buffer.ts:53
MethodwriteU8
(value: number)
frontend/src/alloy/buffer.ts:47