MCPcopy Create free account

hub / github.com/Kobzol/rust-course-fei / functions

Functions835 in github.com/Kobzol/rust-course-fei

↓ 2 callersFunctionstring
()
lessons/05/exercises/tests/02_parser_combinator.rs:510
↓ 2 callersFunctiontake_shape
(_: T)
lessons/04/exercises/tests/01_shape.rs:58
↓ 2 callersMethodtry_send
(&mut self, msg: ClientToServerMsg)
lessons/09/exercises/src/lib.rs:675
↓ 2 callersMethodtry_send
(&mut self, msg: ClientToServerMsg)
lessons/10/exercises/src/lib.rs:796
↓ 2 callersMethodwrite
(&mut self, buf: &[u8])
lessons/08/exercises/src/lib.rs:685
↓ 1 callersMethodadd
(&mut self, f: F)
archive/2023/projects/network-chat/03/src/main.rs:140
↓ 1 callersMethodadd_client
(&mut self, address: SocketAddr, socket: Arc<TcpStream>)
archive/2023/projects/network-chat/02/src/chat.rs:17
↓ 1 callersFunctionadd_numbers
lessons/01/ub-examples/aliasing.cpp:4
↓ 1 callersFunctionannotate_error
(input: &str, error: ParseError)
archive/2023/projects/assembly-interpret/03/src/parser.rs:76
↓ 1 callersFunctionannotate_line
(input: &str, error: ParseError)
archive/2023/projects/assembly-interpret/04/src/bin/main.rs:108
↓ 1 callersFunctionas_admin
(user: User)
archive/2023/exercises/02/exercises/src/bin/witness.rs:10
↓ 1 callersMethodcheck_closed
(mut self)
lessons/09/exercises/src/lib.rs:705
↓ 1 callersMethodcheck_closed
(mut self)
lessons/08/exercises/src/lib.rs:671
↓ 1 callersFunctionclient_loop
(socket: TcpStream)
archive/2023/projects/network-chat/02/src/client.rs:10
↓ 1 callersFunctionclient_loop
( mut client: TcpStream, addr: SocketAddr, chat: Rc<RefCell<Chat>>, )
archive/2023/projects/network-chat/04/src/main.rs:13
↓ 1 callersMethodcmp
TODO: implement this method
lessons/04/exercises/tests/09_poker_hand_value.rs:132
↓ 1 callersFunctioncreate_server_future
()
archive/2023/projects/network-chat/03/src/main.rs:120
↓ 1 callersMethoddependencies_iter
Returns an iterator over **all** transitive dependencies of the node with the given `id`. The dependencies should be iterated in breadth-first order (
lessons/05/exercises/tests/03_graph.rs:111
↓ 1 callersFunctionempty
()
archive/2023/exercises/04/exercises/tests/06_count.rs:18
↓ 1 callersMethodexecute
( &self, line: &str, state: &mut InterpreterState, output: &mut dyn Write,
archive/2023/projects/shell-interpret/src/commands/print_workdir.rs:8
↓ 1 callersFunctionexecute_instruction
(cpu: &mut Cpu, inst: Instruction)
archive/2023/projects/assembly-interpret/02/src/lib.rs:31
↓ 1 callersFunctionexecute_instruction
( cpu: &mut Cpu<T>, instruction: Instruction<T>, )
archive/2023/projects/assembly-interpret/03/src/lib.rs:28
↓ 1 callersFunctionexecute_instruction
( cpu: &mut Cpu<T>, program: &Program<T>, instruction: Instruction<T>, )
archive/2023/projects/assembly-interpret/04/src/lib.rs:34
↓ 1 callersMethodexecute_line
(&mut self, line: &str, output: &mut dyn Write)
archive/2023/projects/shell-interpret/src/lib.rs:23
↓ 1 callersFunctionexecute_program
( cpu: &mut Cpu<T>, program: Program<T>, )
archive/2023/projects/assembly-interpret/03/src/lib.rs:58
↓ 1 callersFunctionexecute_program
( cpu: &mut Cpu<T>, program: Program<T>, )
archive/2023/projects/assembly-interpret/04/src/lib.rs:91
↓ 1 callersMethodflush
(&mut self)
lessons/08/exercises/src/lib.rs:689
↓ 1 callersFunctionget_car_id
()
archive/2023/exercises/02/exercises/src/bin/newtype.rs:4
↓ 1 callersMethodget_cell
(&self, expr: AddressableExpr)
archive/2023/projects/assembly-interpret/03/src/cpu.rs:99
↓ 1 callersMethodget_cell
(&self, expr: AddressableExpr)
archive/2023/projects/assembly-interpret/04/src/cpu.rs:99
↓ 1 callersMethodget_cell_mut
(&mut self, expr: AddressableExpr)
archive/2023/projects/assembly-interpret/03/src/cpu.rs:107
↓ 1 callersMethodget_cell_mut
(&mut self, expr: AddressableExpr)
archive/2023/projects/assembly-interpret/04/src/cpu.rs:107
↓ 1 callersMethodget_dependencies
Returns IDs of the direct dependencies of the node with the given `id`.
lessons/05/exercises/tests/03_graph.rs:93
↓ 1 callersMethodget_dependents
Returns IDs of nodes that directly depend on the node with the given `id`.
lessons/05/exercises/tests/03_graph.rs:98
↓ 1 callersFunctionget_driver_id
()
archive/2023/exercises/02/exercises/src/bin/newtype.rs:7
↓ 1 callersMethodget_value
Returns the value within a node with the given `id`.
lessons/05/exercises/tests/03_graph.rs:85
↓ 1 callersFunctionhand
(input: &str)
lessons/04/exercises/tests/09_poker_hand_value.rs:255
↓ 1 callersFunctionhandle_client
( address: SocketAddr, client: Arc<TcpStream>, chat: Arc<Mutex<Chat>>, )
archive/2023/projects/network-chat/02/src/server.rs:10
↓ 1 callersFunctionin_array
lessons/01/ub-examples/oob.cpp:3
↓ 1 callersMethodinner
(&self)
lessons/09/exercises/src/writer.rs:27
↓ 1 callersMethodinto_inner
(self)
lessons/10/exercises/src/writer.rs:32
↓ 1 callersMethodinto_inner
(self)
lessons/08/exercises/src/writer.rs:36
↓ 1 callersFunctionis_admin
(user: &User)
archive/2023/exercises/02/exercises/src/bin/witness.rs:16
↓ 1 callersMethodis_ready
Returns true if the node with the given `id` is **ready**.
lessons/05/exercises/tests/03_graph.rs:80
↓ 1 callersMethodis_zero
(&self)
archive/2023/projects/assembly-interpret/04/src/lib.rs:29
↓ 1 callersMethodlist_users
(&mut self)
lessons/10/exercises/src/lib.rs:759
↓ 1 callersMethodmemory_size
(self, memory_size: usize)
archive/2023/projects/assembly-interpret/02/src/cpu.rs:23
↓ 1 callersMethodmemory_size
(self, memory_size: usize)
archive/2023/projects/assembly-interpret/01/src/main.rs:40
↓ 1 callersMethodmemory_size
(self, memory_size: usize)
archive/2023/projects/assembly-interpret/03/src/cpu.rs:23
↓ 1 callersMethodmemory_size
(self, memory_size: usize)
archive/2023/projects/assembly-interpret/04/src/cpu.rs:23
↓ 1 callersFunctionorder_taxi
(car_id: CarId, driver_id: DriverId)
archive/2023/exercises/02/exercises/src/bin/newtype.rs:11
↓ 1 callersFunctionparse_program
(input: &str)
archive/2023/projects/assembly-interpret/04/src/parser.rs:37
↓ 1 callersFunctionparse_read_expr
(input: &str)
archive/2023/projects/assembly-interpret/02/src/parsing.rs:95
↓ 1 callersFunctionparse_writable_expr
(input: &str)
archive/2023/projects/assembly-interpret/03/src/parser.rs:130
↓ 1 callersFunctionparse_writable_expr
(input: &str)
archive/2023/projects/assembly-interpret/04/src/parser.rs:137
↓ 1 callersFunctionprint_data
(a: u32, print_type: PrintType)
archive/2023/exercises/02/exercises/src/bin/enum-param.rs:7
↓ 1 callersMethodread
(&mut self, buf: &mut [u8])
lessons/09/exercises/src/lib.rs:714
↓ 1 callersMethodread
(&mut self, buf: &mut [u8])
lessons/08/exercises/src/lib.rs:679
↓ 1 callersMethodread
(&mut self)
archive/2023/projects/network-chat/02/src/reader.rs:25
↓ 1 callersMethodread
(&mut self)
archive/2023/projects/network-chat/01/src/reader.rs:25
↓ 1 callersMethodread
(&mut self)
archive/2023/projects/network-chat/03/src/reader.rs:23
↓ 1 callersMethodregister_count
(self, register_count: usize)
archive/2023/projects/assembly-interpret/02/src/cpu.rs:16
↓ 1 callersMethodregister_count
(self, register_count: usize)
archive/2023/projects/assembly-interpret/01/src/main.rs:33
↓ 1 callersMethodregister_count
(self, register_count: usize)
archive/2023/projects/assembly-interpret/03/src/cpu.rs:16
↓ 1 callersMethodregister_count
(self, register_count: usize)
archive/2023/projects/assembly-interpret/04/src/cpu.rs:16
↓ 1 callersMethodremove_client
(&mut self, address: SocketAddr)
archive/2023/projects/network-chat/02/src/chat.rs:22
↓ 1 callersMethodresolve_label
(&self, label: &str)
archive/2023/projects/assembly-interpret/04/src/instruction.rs:63
↓ 1 callersMethodrun
(mut self)
archive/2023/projects/network-chat/03/src/main.rs:146
↓ 1 callersFunctionrun_client
(port: u16)
archive/2023/projects/network-chat/02/src/bin/chat.rs:55
↓ 1 callersFunctionrun_client
(port: u16)
archive/2023/projects/network-chat/01/src/main.rs:43
↓ 1 callersFunctionrun_server
TODO: implement the following asynchronous function called `run_server` It should start a chat server on a TCP/IP port assigned to it by the operating
lessons/10/exercises/src/lib.rs:87
↓ 1 callersFunctionrun_server
TODO: implement the following function called `run_server` It should start a chat server on a TCP/IP port assigned to it by the operating system and r
lessons/08/exercises/src/lib.rs:75
↓ 1 callersFunctionrun_server
(port: u16)
archive/2023/projects/network-chat/02/src/bin/chat.rs:62
↓ 1 callersFunctionrun_server
(port: u16)
archive/2023/projects/network-chat/01/src/main.rs:61
↓ 1 callersFunctionserver_loop
()
archive/2023/projects/network-chat/04/src/main.rs:44
↓ 1 callersFunctionshow_dashboard
()
archive/2023/exercises/02/exercises/src/bin/witness.rs:20
↓ 1 callersFunctionshow_database
(admin: Admin)
archive/2023/exercises/02/exercises/src/bin/witness.rs:21
↓ 1 callersFunctiontake_hash
(_: H)
lessons/06/exercises/assignments/tests/01_newtype_wrapper.rs:54
↓ 1 callersFunctionto_encrypted_file
(file: OpenedFile, key: u32)
archive/2023/exercises/02/exercises/src/bin/move-and-recreate.rs:12
↓ 1 callersFunctionto_file
(file: EncryptedFile)
archive/2023/exercises/02/exercises/src/bin/move-and-recreate.rs:16
↓ 1 callersMethodtry_send
(&mut self, msg: ClientToServerMsg)
lessons/08/exercises/src/lib.rs:641
↓ 1 callersFunctionwith_line
( result: Result<T, ParseErrorKind<'a>>, line_number: usize, line: &'a str, )
archive/2023/projects/assembly-interpret/02/src/parsing.rs:83
↓ 1 callersMethodwrite
(&mut self, expr: WriteExpr, value: u8)
archive/2023/projects/assembly-interpret/01/src/main.rs:90
↓ 1 callersMethodzeroed
(self)
archive/2023/projects/assembly-interpret/02/src/cpu.rs:30
↓ 1 callersMethodzeroed
(self)
archive/2023/projects/assembly-interpret/01/src/main.rs:47
Functionaccess_data_after_encrypting
()
lessons/03/exercises/src/encrypt_decrypt.rs:56
Functionaccess_encrypted_data_after_decrypting
()
lessons/03/exercises/src/encrypt_decrypt.rs:67
Functionadd
()
lessons/01/exercises/tests/03_struct.rs:22
Methodadd
(self, rhs: Self)
lessons/04/exercises/tests/06_cumulative_sum.rs:50
Methodadd
(self, rhs: Self)
archive/2023/projects/assembly-interpret/03/src/bin/interpret.rs:23
Methodadd
(self, rhs: Self)
archive/2023/exercises/04/exercises/tests/04_cumulative_sum.rs:38
Functionadd_dependencies
()
lessons/05/exercises/tests/03_graph.rs:145
Functionadd_dependencies_complex
()
lessons/05/exercises/tests/03_graph.rs:154
Functionadd_duplicate_id
()
lessons/05/exercises/tests/03_graph.rs:226
Functionadmin_dashboard
(user: User)
archive/2023/exercises/02/exercises/src/bin/witness.rs:23
Functionadmin_database
(user: User)
archive/2023/exercises/02/exercises/src/bin/witness.rs:31
Functionalready_in_order
()
lessons/03/exercises/tests/05_bubble_sort.rs:28
Functionalready_in_order_long
()
lessons/03/exercises/tests/05_bubble_sort.rs:33
Functionanonymous_visitor
()
lessons/03/exercises/tests/06_zerocopy_parsing.rs:46
Functionanonymous_visitor_no_semicolon
()
lessons/03/exercises/tests/06_zerocopy_parsing.rs:54
← previousnext →101–200 of 835, ranked by callers