MCPcopy Create free account

hub / github.com/3rfaan/courses / functions

Functions2,101 in github.com/3rfaan/courses

↓ 4 callersMethoditer_mut
(&mut self)
Rust/rustonomicon/data_structures/src/bin/binary_tree.rs:29
↓ 4 callersMethodload
(&mut self, data: &[u8])
Rust/chip8/chip8_core/src/lib.rs:93
↓ 4 callersFunctionparse
(s: &str)
Rust/eldiro_v1/crates/eldiro/src/lib.rs:21
↓ 4 callersMethodpop
(&mut self)
Rust/rustonomicon/vec/src/lib.rs:65
↓ 4 callersFunctionprint
Here, the alias again allows us to save some space.
Rust/rust-by-practice/src/result_panic/result/result6.rs:16
↓ 4 callersFunctionprint
C/freeCodeCamp/Data Structures/doubly-linked-list.c:69
↓ 4 callersFunctionpush
C/freeCodeCamp/Data Structures/stack-array.c:13
↓ 4 callersFunctionreverse_print
print list in reverse order
C/freeCodeCamp/Data Structures/doubly-linked-list.c:83
↓ 4 callersFunctionswap
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-16.c:126
↓ 4 callersFunctionswap
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-17.c:128
↓ 4 callersFunctionswap
swap: interchange *px and *py */
C/The C Programming Language 2nd Edition/examples/swap.c:4
↓ 4 callersFunctionwalk
(x interface{}, fn func(input string))
Go/Learn Go with Tests/reflection/reflection.go:5
↓ 3 callersFunctionCountdown
(out io.Writer, sleeper Sleeper)
Go/Learn Go with Tests/mocking/main.go:26
↓ 3 callersFunctionDequeue
C/freeCodeCamp/Data Structures/queue-array.c:44
↓ 3 callersFunctionHello
Hello returns a greeting for the named person.
Go/A Tour of Go/go_library/greetings/greetings.go:10
↓ 3 callersFunctionIsEmpty
C/freeCodeCamp/Data Structures/queue-array.c:12
↓ 3 callersFunctionPlanSchoolVisit
(string schoolName, int groups = 6)
C#/ZooApp/Program.cs:25
↓ 3 callersFunctionWalk
Walk walks the tree t sending all values from the tree to the channel ch.
Go/A Tour of Go/go_binary_tree/binary_tree.go:12
↓ 3 callersFunctionassertBalance
(t testing.TB, wallet Wallet, want Bitcoin)
Go/Learn Go with Tests/pointers/wallet_test.go:32
↓ 3 callersFunctionassertDefinition
(t testing.TB, dictionary Dictionary, word, definition string)
Go/Learn Go with Tests/maps/dictionary_test.go:98
↓ 3 callersFunctionbitcount
C/The C Programming Language 2nd Edition/2 - Types, Operators, and Expressions/exc-2-9.c:15
↓ 3 callersMethodbuild
(mut args: impl Iterator<Item = String>)
Rust/The Rust Programming Language Book/minigrep/src/lib.rs:12
↓ 3 callersFunctionbuild_scores_table
(results: &str)
Rust/rustlings/solutions/11_hashmaps/hashmaps3.rs:18
↓ 3 callersFunctionconvert
(color: T)
Rust/rustlings/solutions/23_conversions/try_from_into.rs:38
↓ 3 callersMethodcreate
(first_name: &str, last_name: &str)
Rust/Algorithms and Data Structures/fcc/src/solutions/make_a_person.rs:22
↓ 3 callersFunctioneditorMoveCursor
C/kilo/kilo.c:955
↓ 3 callersMethodexecute
(&self, f: F)
Rust/The Rust Programming Language Book/http_server/src/lib.rs:40
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-1.c:57
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-10.c:88
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-6/getop.c:33
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:134
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-6.c:125
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/examples/month_name.c:55
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/examples/getint.c:53
↓ 3 callersFunctiongetch
getch: get a (possibly pushed back) character */
C/The C Programming Language 2nd Edition/examples/polish_calc/getch.c:9
↓ 3 callersFunctioninit
Make it work without changing the function signatures of `init`*/
Rust/rust-by-practice/src/lifetime/static_l/static_l2.rs:9
↓ 3 callersFunctioninsert_at_head
insert int at beginning of list
C/freeCodeCamp/Data Structures/doubly-linked-list.c:35
↓ 3 callersFunctionisLikeNone
(x)
Rust/chip8/wasm/web/wasm.js:180
↓ 3 callersMethodlast
Grab the last number.
Rust/rust-by-practice/src/generics/advanced_traits/adv_traits1.rs:26
↓ 3 callersFunctionmakeDelayedServer
(delay time.Duration)
Go/Learn Go with Tests/select/racer_test.go:46
↓ 3 callersMethodpost
(&mut self, msg: Message)
Rust/rust-in-action/cubesats/src/main.rs:22
↓ 3 callersMethodprepend
(self, elem: u32)
Rust/rust-by-practice/src/compound_types/enums/enums6.rs:13
↓ 3 callersMethodpush
(&mut self, val: u16)
Rust/chip8/chip8_core/src/lib.rs:117
↓ 3 callersMethodrecv
(&self, mailbox: &mut Mailbox)
Rust/rust-in-action/cubesats/src/main.rs:48
↓ 3 callersMethodrun
(&mut self)
Rust/rust-in-action/chip_8/src/main.rs:19
↓ 3 callersFunctionsequence
( parser: impl Fn(&str) -> Result<(&str, T), String>, separator_parser: impl Fn(&str) -> (&str, &str),
Rust/eldiro_v1/crates/eldiro/src/utils.rs:41
↓ 3 callersMethodset
(t: DateTime<Tz>)
Rust/rust-in-action/clock/src/main.rs:22
↓ 3 callersFunctionstring_slice
(arg: &str)
Rust/rustlings/solutions/09_strings/strings4.rs:4
↓ 3 callersFunctionstrlenV2
strlenV2: return length of string s; version 2 */
C/The C Programming Language 2nd Edition/examples/strlen.c:13
↓ 3 callersFunctionsum
C/learn-c/08-static.c:3
↓ 3 callersFunctionswap
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-14.c:141
↓ 3 callersFunctionswap
swap: interchange v[i] and v[j] */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-7.c:87
↓ 3 callersFunctionswap
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-15.c:156
↓ 3 callersFunctionswap
swap: interchange v[i] and v[j] */
C/The C Programming Language 2nd Edition/examples/func-pointer.c:70
↓ 3 callersFunctionswap
swap: interchange v[i] and v[j] */
C/The C Programming Language 2nd Edition/examples/quicksort.c:40
↓ 3 callersFunctionswap
swap: interchange v[i] and v[j] */
C/The C Programming Language 2nd Edition/examples/sort.c:104
↓ 3 callersFunctiontabpos
tabpos: determine if pos is at a tab stop */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-12.c:108
↓ 3 callersFunctiontabpos
tabpos: determine if pos is at a tab stop */
C/The C Programming Language 2nd Edition/5 - Pointers and Arrays/exc-5-11/tabpos.c:4
↓ 3 callersFunctiontake
(_v: &T)
Rust/rust-by-practice/src/functional_programming/closure/closure3.rs:15
↓ 3 callersFunctiontakeObject
(idx)
Rust/chip8/wasm/web/wasm.js:17
↓ 3 callersFunctionungetch
ungetch: push character back on input */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-5.c:143
↓ 3 callersFunctionuseAuthContext
()
Rust/tauri/github_demo/src/components/context/AuthContext.tsx:82
↓ 2 callersFunctionAdd
Add takes two integers and returns the sum of them.
Go/Learn Go with Tests/integers/adder.go:4
↓ 2 callersMethodAdd
(word, definition string)
Go/Learn Go with Tests/maps/dictionary.go:27
↓ 2 callersFunctionCheckWebsites
(wc WebsiteChecker, urls []string)
Go/Learn Go with Tests/concurrency/check_website.go:9
↓ 2 callersFunctionConfigurableRacer
(a, b string, timeout time.Duration)
Go/Learn Go with Tests/select/racer.go:15
↓ 2 callersMethodDelete
(word string)
Go/Learn Go with Tests/maps/dictionary.go:56
↓ 2 callersFunctionDisplayMail
(string firstName, string lastName, string domain = "contoso.com")
C#/Methods/Program.cs:27
↓ 2 callersFunctionGreet
(writer io.Writer, name string)
Go/Learn Go with Tests/di/di.go:10
↓ 2 callersFunctionMove
(int speed = 1, bool otherKeysExit = false)
C#/Minigame/Starter/Program.cs:103
↓ 2 callersFunctionPrintCircleInfo
(int radius)
C#/Parameters/Program.cs:20
↓ 2 callersFunctionSame
Same determines whether the trees t1 and t2 contain the same values.
Go/A Tour of Go/go_binary_tree/binary_tree.go:23
↓ 2 callersFunctionShouldPlay
()
C#/ReturnMethods/Program.cs:7
↓ 2 callersFunctionShowFood
()
C#/Minigame/Final/Program.cs:64
↓ 2 callersFunctionShowFood
()
C#/Minigame/Starter/Program.cs:73
↓ 2 callersFunctionSum
(numbers []int)
Go/Learn Go with Tests/arrays/sum.go:3
↓ 2 callersFunctionSumAllTails
(numbersToSum ...[]int)
Go/Learn Go with Tests/arrays/sum.go:11
↓ 2 callersFunctionSumIntsOrFloats
SumIntsOrFloats sums the values of map m. It supports both int64 and float64 as types for map values.
Go/A Tour of Go/go_generics/generics.go:59
↓ 2 callersFunctionSumNumbers
SumNumbers sums the values of map m. It supports both integers and floats as map values.
Go/A Tour of Go/go_generics/generics.go:69
↓ 2 callersFunctionTillAmountSummary
(int[] cashTill)
C#/CashingSystem/GuidedProject/Final/Program.cs:174
↓ 2 callersFunctionTillAmountSummary
(int[] cashTill)
C#/CashingSystem/GuidedProject/Starter/Program.cs:178
↓ 2 callersMethodUpdate
(word, definition string)
Go/Learn Go with Tests/maps/dictionary.go:42
↓ 2 callersMethodWithdraw
(amount Bitcoin)
Go/Learn Go with Tests/pointers/wallet.go:28
↓ 2 callersFunction__wbg_finalize_init
(instance, module)
Rust/chip8/wasm/web/wasm.js:485
↓ 2 callersFunction__wbg_get_imports
()
Rust/chip8/wasm/web/wasm.js:295
↓ 2 callersFunction__wbg_init_memory
(imports, maybe_memory)
Rust/chip8/wasm/web/wasm.js:481
↓ 2 callersMethodadd_shapes
(&mut self, n: i32)
Rust/rust-in-action/particles/src/main.rs:85
↓ 2 callersFunctionalloc
alloc: return pointer to n characters */
C/The C Programming Language 2nd Edition/examples/sort.c:80
↓ 2 callersFunctionarea_of_rect
C/Neso Academy/func.c:3
↓ 2 callersFunctionarrprint
arrprint: print out array */
C/The C Programming Language 2nd Edition/examples/quicksort.c:49
↓ 2 callersFunctionarrprint
arrprint: print out array */
C/The C Programming Language 2nd Edition/examples/shellsort.c:38
↓ 2 callersFunctionassertContains
(t testing.TB, haystack []string, needle string)
Go/Learn Go with Tests/reflection/reflection_test.go:149
↓ 2 callersFunctionassertCorrectString
(t testing.TB, got, want string)
Go/Learn Go with Tests/for/iteration_test.go:23
↓ 2 callersFunctionassertStrings
(t testing.TB, got, want string)
Go/Learn Go with Tests/maps/dictionary_test.go:108
↓ 2 callersFunctionatoi
atoi: convert s to integer; version 2 */
C/The C Programming Language 2nd Edition/examples/atoiV2.c:5
↓ 2 callersFunctionbitcount
bitcount: count 1 bits in x */
C/The C Programming Language 2nd Edition/examples/bitcount.c:4
↓ 2 callersFunctioncall_me
Implement `call_me` to make it work */
Rust/rust-by-practice/src/functional_programming/closure/closure9.rs:2
↓ 2 callersMethodcap
(&self)
Rust/rustonomicon/vec/src/lib.rs:42
↓ 2 callersFunctionclear
clear: clear the stack */
C/The C Programming Language 2nd Edition/4 - Functions and Program Structure/exc-4-4.c:147
↓ 2 callersMethodconnect
(&self, sat_id: u64)
Rust/rust-in-action/cubesats/src/main.rs:38
← previousnext →101–200 of 2,101, ranked by callers