Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloe-lang/cloe
/ functions
Functions
860 in github.com/cloe-lang/cloe
⨍
Functions
860
◇
Types & classes
71
Function
TestCompileFunction
(t *testing.T)
src/lib/ir/util_test.go:12
Function
TestCompileFunctionWithVars
(t *testing.T)
src/lib/ir/util_test.go:31
Function
TestCompileSourceOfInvalidSyntax
(t *testing.T)
src/lib/compile/compile_test.go:34
Function
TestCompileStdin
(t *testing.T)
src/lib/compile/compile_test.go:53
Function
TestCompileWithInvalidPath
(t *testing.T)
src/lib/compile/compile_test.go:48
Function
TestCompileWithSubModule
(t *testing.T)
src/lib/compile/compile_test.go:59
Function
TestConvertToValueWithInvalidType
(t *testing.T)
src/lib/modules/json/decode_test.go:53
Function
TestCreateDirectory
(t *testing.T)
src/lib/modules/fs/create_directory_test.go:13
Function
TestCreateDirectoryWithInvalidArguments
(t *testing.T)
src/lib/modules/fs/create_directory_test.go:38
Function
TestDaemonize
(t *testing.T)
src/lib/systemt/daemon_test.go:10
Function
TestDecode
(t *testing.T)
src/lib/modules/json/decode_test.go:23
Function
TestDecodeString
(t *testing.T)
src/lib/modules/json/decode_test.go:34
Function
TestDecodeStringWithInvalidJSON
(t *testing.T)
src/lib/modules/json/decode_test.go:40
Function
TestDecodeWithNonString
(t *testing.T)
src/lib/modules/json/decode_test.go:29
Function
TestDefFunction
(t *testing.T)
src/lib/parse/parse_test.go:110
Function
TestDesugar
(t *testing.T)
src/lib/desugar/desugar_test.go:12
Function
TestDesugar
(t *testing.T)
src/lib/desugar/match/desugar_test.go:12
Function
TestDesugarAnonymousFunctions
(t *testing.T)
src/lib/desugar/anonymous_function_test.go:11
Function
TestDesugarDictionaryExpansion
(t *testing.T)
src/lib/desugar/dictionary_expansion_test.go:11
Function
TestDesugarEmptyCollection
(t *testing.T)
src/lib/desugar/empty_collections_test.go:12
Function
TestDesugarMutualRecursion
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:18
Function
TestDesugarMutualRecursionWithFunctionsOfSameName
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:86
Function
TestDesugarMutualRecursionWithOneFunction
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:78
Function
TestDictionaryAssign
(t *testing.T)
src/lib/core/dictionary_test.go:27
Function
TestDictionaryAssignFail
(t *testing.T)
src/lib/core/dictionary_test.go:79
Function
TestDictionaryAssignKeys
(t *testing.T)
src/lib/core/dictionary_test.go:57
Function
TestDictionaryAssignMultileKeys
(t *testing.T)
src/lib/core/dictionary_test.go:67
Function
TestDictionaryDelete
(t *testing.T)
src/lib/core/dictionary_test.go:130
Function
TestDictionaryDeleteFail
(t *testing.T)
src/lib/core/dictionary_test.go:139
Function
TestDictionaryEqual
(t *testing.T)
src/lib/core/dictionary_test.go:203
Function
TestDictionaryError
(t *testing.T)
src/lib/core/dictionary_test.go:323
Function
TestDictionaryInclude
(t *testing.T)
src/lib/core/dictionary_test.go:284
Function
TestDictionaryIndex
(t *testing.T)
src/lib/core/dictionary_test.go:87
Function
TestDictionaryIndexFail
(t *testing.T)
src/lib/core/dictionary_test.go:115
Function
TestDictionaryLess
(t *testing.T)
src/lib/core/dictionary_test.go:223
Function
TestDictionaryMerge
(t *testing.T)
src/lib/core/dictionary_test.go:299
Function
TestDictionarySize
(t *testing.T)
src/lib/core/dictionary_test.go:271
Function
TestDictionaryStringFail
(t *testing.T)
src/lib/core/dictionary_test.go:258
Function
TestDictionaryToList
(t *testing.T)
src/lib/core/dictionary_test.go:149
Function
TestDictionaryToString
(t *testing.T)
src/lib/core/dictionary_test.go:244
Function
TestDictionaryWithDuplicateKeys
(t *testing.T)
src/lib/core/dictionary_test.go:180
Function
TestDump
(t *testing.T)
src/lib/core/util_test.go:9
Function
TestDumpError
(t *testing.T)
src/lib/core/util_test.go:22
Function
TestEffect
(t *testing.T)
src/lib/parse/parse_test.go:142
Function
TestEffectEval
(t *testing.T)
src/lib/core/effect_test.go:9
Function
TestEffectExpanded
(t *testing.T)
src/lib/compile/effect_test.go:18
Function
TestEffectSeq
(t *testing.T)
src/lib/builtins/seq_test.go:34
Function
TestEffectSeqWithPureValues
(t *testing.T)
src/lib/builtins/seq_test.go:44
Function
TestEffectValue
(t *testing.T)
src/lib/compile/effect_test.go:14
Function
TestEncode
(t *testing.T)
src/lib/modules/json/encode_test.go:10
Function
TestEncodeAndDecode
(t *testing.T)
src/lib/modules/json/encode_test.go:49
Function
TestEncodeWithInvalidArguments
(t *testing.T)
src/lib/modules/json/encode_test.go:81
Function
TestEnvironmentGet
(t *testing.T)
src/lib/compile/environment_test.go:25
Function
TestEnvironmentGetFail
(t *testing.T)
src/lib/compile/environment_test.go:19
Function
TestEqualFail
(t *testing.T)
src/lib/core/interfaces_test.go:110
Function
TestEqualFalse
(t *testing.T)
src/lib/core/interfaces_test.go:96
Function
TestEqualPatterns
(t *testing.T)
src/lib/desugar/match/cases_desugarer_test.go:10
Function
TestEqualTrue
(t *testing.T)
src/lib/core/interfaces_test.go:83
Function
TestError
(t *testing.T)
src/lib/core/error_test.go:9
Function
TestErrorCatch
(t *testing.T)
src/lib/core/error_test.go:31
Function
TestErrorInvalidMessage
(t *testing.T)
src/lib/core/error_test.go:21
Function
TestErrorInvalidName
(t *testing.T)
src/lib/core/error_test.go:15
Function
TestErrorName
(t *testing.T)
src/lib/core/error_test.go:27
Function
TestEvalEffectListFail
(t *testing.T)
src/lib/run/run_test.go:34
Function
TestExhaustWithErroneousParser
(t *testing.T)
src/lib/parse/comb/combinator_test.go:173
Function
TestExit
(t *testing.T)
src/lib/modules/os/exit_test.go:10
Function
TestExitError
(t *testing.T)
src/lib/modules/os/exit_test.go:24
Function
TestExpression
(t *testing.T)
src/lib/parse/parse_test.go:192
Function
TestFail
(t *testing.T)
src/lib/run/run_test.go:51
Function
TestFailPanic
(t *testing.T)
src/lib/run/run_test.go:61
Function
TestFilter
(t *testing.T)
src/lib/compile/builtins_test.go:67
Function
TestFind
(t *testing.T)
src/lib/modules/re/find_test.go:10
Function
TestFindError
(t *testing.T)
src/lib/modules/re/find_test.go:35
Function
TestFunctionCallError
(t *testing.T)
src/lib/core/function_test.go:11
Function
TestFunctionToString
(t *testing.T)
src/lib/core/function_test.go:25
Function
TestGenSym
(t *testing.T)
src/lib/gensym/gensym_test.go:10
Function
TestGenSymAtomicity
(t *testing.T)
src/lib/gensym/gensym_test.go:16
Function
TestGet
(t *testing.T)
src/lib/modules/http/get_test.go:10
Function
TestGetRequests
(t *testing.T)
src/lib/modules/http/get_requests_test.go:14
Function
TestGetRequestsError
(t *testing.T)
src/lib/modules/http/get_requests_test.go:92
Function
TestGetRequestsWithCustomStatus
(t *testing.T)
src/lib/modules/http/get_requests_test.go:63
Function
TestGetWithInvalidArgument
(t *testing.T)
src/lib/modules/http/get_test.go:24
Function
TestGetWithInvalidErrorArgument
(t *testing.T)
src/lib/modules/http/get_test.go:64
Function
TestGetWithInvalidHost
(t *testing.T)
src/lib/modules/http/get_test.go:31
Function
TestGetWithInvalidPath
(t *testing.T)
src/lib/modules/http/get_test.go:38
Function
TestGetWithInvalidPathButNoError
(t *testing.T)
src/lib/modules/http/get_test.go:45
Function
TestGreaterEqFalse
(t *testing.T)
src/lib/builtins/compare_test.go:151
Function
TestGreaterEqTrue
(t *testing.T)
src/lib/builtins/compare_test.go:135
Function
TestGreaterFalse
(t *testing.T)
src/lib/builtins/compare_test.go:124
Function
TestGreaterTrue
(t *testing.T)
src/lib/builtins/compare_test.go:111
Function
TestIdentifier
(t *testing.T)
src/lib/parse/parse_test.go:262
Function
TestIdentifierFail
(t *testing.T)
src/lib/parse/parse_test.go:271
Function
TestIdentity
(t *testing.T)
src/lib/core/util_test.go:67
Function
TestIf
(t *testing.T)
src/lib/core/boolean_test.go:34
Function
TestIfWithInvalidArguments
(t *testing.T)
src/lib/core/boolean_test.go:45
Function
TestImportModule
(t *testing.T)
src/lib/parse/parse_test.go:57
Function
TestImportModuleFail
(t *testing.T)
src/lib/parse/parse_test.go:70
Function
TestIndexChain
(t *testing.T)
src/lib/core/collection_test.go:71
Function
TestIndexWithInvalidRestArguments
(t *testing.T)
src/lib/core/collection_test.go:90
Function
TestInfoLinesEmpty
(t *testing.T)
src/lib/debug/info_test.go:32
← previous
next →
501–600 of 860, ranked by callers