Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoesToEleven/csuf
/ functions
Functions
1,038 in github.com/GoesToEleven/csuf
⨍
Functions
1,038
◇
Types & classes
181
↓ 233 callers
Method
Error
()
sp15/xx_in_process/08_caleb/appengine/cms/api.go:28
↓ 101 callers
Function
h
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:55
↓ 100 callers
Function
h
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:12
↓ 75 callers
Method
Get
Get returns the value associated with the specified key or nil.
sp15/xx_in_process/08_caleb/trie/trie.go:29
↓ 31 callers
Method
Set
Set inserts or replaces the specified key and value.
sp15/xx_in_process/08_caleb/trie/trie.go:41
↓ 25 callers
Method
String
Human implemented fmt.Stringer
sp15/xx_in_process/13_go_web_shanghai/02/06/03_interface/main.go:16
↓ 13 callers
Function
switchOnType
(x interface{})
sp15/02_golang-book/06_chp03_TYPES_integers.go:5
↓ 11 callers
Method
Error
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:28
↓ 10 callers
Function
serveAPI
READ ABOUT INTERFACE CONVERSIONS LIKE THIS: if err, ok := result.(HTTPError) https://golang.org/doc/effective_go.html#interface_conversions
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:35
↓ 10 callers
Function
serveAPI
READ ABOUT INTERFACE CONVERSIONS LIKE THIS: if err, ok := result.(HTTPError) https://golang.org/doc/effective_go.html#interface_conversions
sp15/xx_in_process/08_caleb/appengine/cms/api.go:35
↓ 9 callers
Function
serveError
(c context.Context, w http.ResponseWriter, err error)
sp15/00_student_code/shawn_b/websites/social_news/main.go:323
↓ 7 callers
Method
Set
(key []byte, value interface{})
sp15/xx_in_process/08_caleb/trie/trie_test.go:92
↓ 7 callers
Function
api
(method, endpoint, data, callback)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/main.js:1
↓ 7 callers
Function
api
(method, endpoint, data, callback)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/main.js:1
↓ 6 callers
Method
Delete
Delete deletes the specified key from the trie.
sp15/xx_in_process/08_caleb/trie/trie.go:62
↓ 6 callers
Method
Key
Key returns the current key
sp15/xx_in_process/08_caleb/trie/trie.go:144
↓ 6 callers
Method
Next
Next moves the iterator to the next key value pair in the trie
sp15/xx_in_process/08_caleb/trie/trie.go:109
↓ 6 callers
Function
switchOnType
(x interface{})
sp15/02_golang-book/07_chp03_types_floating_point.go:5
↓ 5 callers
Function
SwitchOnType
we'll learn more about interfaces later
sp15/01_samples/44_switching_on_type.go:25
↓ 5 callers
Function
f
* Let's add some delay to the function using time.Sleep and rand.Intn: */
sp15/02_golang-book/41_chp10_CONCURRENCY_step_03.go:13
↓ 5 callers
Function
switchOnType
(x interface{})
sp15/02_golang-book/09_chp03_types_bool.go:5
↓ 4 callers
Method
Get
(key []byte)
sp15/xx_in_process/08_caleb/trie/trie_test.go:95
↓ 4 callers
Function
Greet
(contact Contact)
sp15/01_samples/20_functions_multiple_structs_and_calls.go:10
↓ 4 callers
Function
PrintSlice
(s []string)
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:24
↓ 4 callers
Function
distance
(x1, y1, x2, y2 float64)
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:8
↓ 4 callers
Function
distance
(x1, y1, x2, y2 float64)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:13
↓ 4 callers
Function
getTokens
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:327
↓ 4 callers
Function
getTokens
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:373
↓ 4 callers
Function
my_operation
(num1 int, num2 int, op my_operator)
sp15/00_student_code/corey/2-11_assign/2-11_assign.go:9
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/26_ignore_unused_variable.go:10
↓ 3 callers
Function
Greet
FUNCTIONS ARE TYPES functions in go are types functions behave as types in go you can pass functions around just as you'd pass types around pass funct
sp15/01_samples/33_FUNCTION_TYPES.go:18
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/21_returns.go:12
↓ 3 callers
Function
Greet
(contact Contact)
sp15/01_samples/31_ERROR_only_one_variadic_per_function.go:10
↓ 3 callers
Function
Greet
(contact Contact)
sp15/01_samples/30_ERROR_variadic_must_be_last_parameter.go:10
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/28_naming_return_value.go:10
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/25_unused_return_is_error.go:10
↓ 3 callers
Function
Greet
(contact Contact)
sp15/01_samples/23_escaped_characters.go:10
↓ 3 callers
Function
Greet
use the type we had this before: func Greet(person Contact, myWassa func(string)) {
sp15/01_samples/35_wrong_way.go:17
↓ 3 callers
Function
Greet
(contact Contact)
sp15/01_samples/29_VARIADIC_functions.go:10
↓ 3 callers
Function
Greet
(contact Contact)
sp15/01_samples/32_len.go:10
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/24_multiple_returns_mas.go:10
↓ 3 callers
Function
Greet
(person Contact)
sp15/01_samples/22_multiple_returns.go:10
↓ 3 callers
Function
Greet
use the type we had this before: func Greet(person Contact, myWassa func(string)) {
sp15/01_samples/34_functions_declared_as_types.go:17
↓ 3 callers
Function
Greet
pass in a function using your printer type
sp15/01_samples/35_funcs_that_return_funcs.go:18
↓ 3 callers
Function
New
()
sp15/xx_in_process/08_caleb/trie/trie.go:24
↓ 3 callers
Method
SayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:38
↓ 3 callers
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/04_edwards_03/main.go:13
↓ 3 callers
Function
Switch
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:43
↓ 3 callers
Function
SwitchOnType
an EMPTY INTERFACE allows you to pass any type into a function/method
sp15/01_samples/86_methods_empty_interfaces.go:7
↓ 3 callers
Function
ValueOk
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:23
↓ 3 callers
Method
area
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/83_methods_type_int_mas.go:11
↓ 3 callers
Function
getTitle
* The function regexp.MustCompile will parse and compile the regular expression, and return a regexp.Regexp. MustCompile is distinct from Compile in t
sp15/03_gowiki/15_path_validation.go:40
↓ 3 callers
Function
isNode
(el)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:133
↓ 3 callers
Function
isNode
(el)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:179
↓ 3 callers
Function
makeHandler
(fn func(http.ResponseWriter, *http.Request, string))
sp15/03_gowiki/16_func-literals_closures.go:76
↓ 3 callers
Function
makeHandler
(fn func(http.ResponseWriter, *http.Request, string))
sp15/00_student_code/shawn_b/gowiki/gowiki.go:75
↓ 3 callers
Function
myPrintFunction
STEP 3: a better solution is to create a func that returns a func this is also known as "a function factory"
sp15/01_samples/35_funcs_that_return_funcs.go:50
↓ 3 callers
Function
mySwitch
(x interface{})
sp15/02_golang-book/14_chp05_SWITCH.go:5
↓ 3 callers
Function
my_func
(new_message Message)
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:22
↓ 3 callers
Function
render
(w http.ResponseWriter, filename string, data interface{})
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:50
↓ 3 callers
Function
render
(w http.ResponseWriter, filename string, data interface{})
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:46
↓ 3 callers
Method
sayHello
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/84_methods_pointers.go:12
↓ 3 callers
Function
switchOnType
(x interface{})
sp15/02_golang-book/08_chp03_types_strings.go:5
↓ 2 callers
Function
Average
Average finds the average of a series of numbers
sp15/02_golang-book/PACKAGES/math/math.go:4
↓ 2 callers
Method
Initial
()
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:16
↓ 2 callers
Method
Len
Len returns the number of key value pairs in the trie.
sp15/xx_in_process/08_caleb/trie/trie.go:96
↓ 2 callers
Method
Sing
(lyrics string)
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:39
↓ 2 callers
Function
SumV1
(xs []int64)
sp15/xx_in_process/08_caleb/integration/asm/sum.go:3
↓ 2 callers
Function
SumV2
(xs []int64)
sp15/xx_in_process/08_caleb/integration/asm/sum.go:11
↓ 2 callers
Method
Value
Value returns the current value
sp15/xx_in_process/08_caleb/trie/trie.go:149
↓ 2 callers
Function
add
(args ...int)
sp15/02_golang-book/26_chp07_functions_variadic.go:5
↓ 2 callers
Method
area
()
sp15/02_golang-book/38_chp09_structs_interfaces.go:13
↓ 2 callers
Method
eatChocolate
TYPES CAN CONTAIN METHODS
sp15/00_student_code/shawn_b/samples/main2.go:9
↓ 2 callers
Method
eatChocolate
TYPES CAN CONTAIN METHODS
sp15/01_samples/80_methods_type_string_mas.go:9
↓ 2 callers
Function
forEach
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:141
↓ 2 callers
Function
forEach
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:187
↓ 2 callers
Function
getHash
(filename string)
sp15/02_golang-book/60_chp13_CORE_PACKAGES_hash.go:9
↓ 2 callers
Function
guestbookKey
guestbookKey returns the key used for all guestbook entries.
sp15/05_guestbook/04_using_datastore/hello.go:27
↓ 2 callers
Function
guestbookKey
guestbookKey returns the key used for all guestbook entries.
sp15/xx_in_process/12_step_by_step/00_guestbook/app.go:25
↓ 2 callers
Function
half
(num int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/half.go:7
↓ 2 callers
Function
half
(x int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p2_halving.go:12
↓ 2 callers
Function
handler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/09_from_scratch_webapp/api.go:26
↓ 2 callers
Function
intSeq
* This function intSeq returns another function, which we define anonymously in the body of intSeq. The returned function closes over the variable i t
sp15/02_golang-book/28_chp07_functions_closure_GOBYEXAMPLE.go:10
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/16_func-literals_closures.go:28
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/13_error_handling.go:20
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/10_01_html-template_package.go:14
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/14_template_caching.go:45
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/11_handling_404.go:31
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/15_path_validation.go:61
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/12_saving_pages.go:20
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/xxxx_edit_pages.go:20
↓ 2 callers
Function
loadPage
(title string)
sp15/03_gowiki/10_02_html-template_package_NOTES.go:23
↓ 2 callers
Function
loadPage
(title string)
sp15/00_student_code/shawn_b/gowiki/gowiki.go:27
↓ 2 callers
Function
mkArr
(data []byte, sz int)
sp15/xx_in_process/08_caleb/integration/shm/main.go:86
↓ 2 callers
Function
mq_close
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:58
↓ 2 callers
Function
multi_return
(nums ...int)
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:26
↓ 2 callers
Function
newSum
(intArrayParam [3]int)
sp15/00_student_code/shawn_b/samples/main1.go:8
↓ 2 callers
Function
open
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:10
↓ 2 callers
Function
printSlice
printSlice is a function to print all of the elements in slice.
sp15/00_student_code/corey/practice/practice.go:14
↓ 2 callers
Method
rename
(newName string)
sp15/01_samples/85_methods_interfaces.go:16
next →
1–100 of 1,038, ranked by callers