MCPcopy Create free account

hub / github.com/cloe-lang/cloe / functions

Functions860 in github.com/cloe-lang/cloe

FunctionTestCompileFunction
(t *testing.T)
src/lib/ir/util_test.go:12
FunctionTestCompileFunctionWithVars
(t *testing.T)
src/lib/ir/util_test.go:31
FunctionTestCompileSourceOfInvalidSyntax
(t *testing.T)
src/lib/compile/compile_test.go:34
FunctionTestCompileStdin
(t *testing.T)
src/lib/compile/compile_test.go:53
FunctionTestCompileWithInvalidPath
(t *testing.T)
src/lib/compile/compile_test.go:48
FunctionTestCompileWithSubModule
(t *testing.T)
src/lib/compile/compile_test.go:59
FunctionTestConvertToValueWithInvalidType
(t *testing.T)
src/lib/modules/json/decode_test.go:53
FunctionTestCreateDirectory
(t *testing.T)
src/lib/modules/fs/create_directory_test.go:13
FunctionTestCreateDirectoryWithInvalidArguments
(t *testing.T)
src/lib/modules/fs/create_directory_test.go:38
FunctionTestDaemonize
(t *testing.T)
src/lib/systemt/daemon_test.go:10
FunctionTestDecode
(t *testing.T)
src/lib/modules/json/decode_test.go:23
FunctionTestDecodeString
(t *testing.T)
src/lib/modules/json/decode_test.go:34
FunctionTestDecodeStringWithInvalidJSON
(t *testing.T)
src/lib/modules/json/decode_test.go:40
FunctionTestDecodeWithNonString
(t *testing.T)
src/lib/modules/json/decode_test.go:29
FunctionTestDefFunction
(t *testing.T)
src/lib/parse/parse_test.go:110
FunctionTestDesugar
(t *testing.T)
src/lib/desugar/desugar_test.go:12
FunctionTestDesugar
(t *testing.T)
src/lib/desugar/match/desugar_test.go:12
FunctionTestDesugarAnonymousFunctions
(t *testing.T)
src/lib/desugar/anonymous_function_test.go:11
FunctionTestDesugarDictionaryExpansion
(t *testing.T)
src/lib/desugar/dictionary_expansion_test.go:11
FunctionTestDesugarEmptyCollection
(t *testing.T)
src/lib/desugar/empty_collections_test.go:12
FunctionTestDesugarMutualRecursion
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:18
FunctionTestDesugarMutualRecursionWithFunctionsOfSameName
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:86
FunctionTestDesugarMutualRecursionWithOneFunction
(t *testing.T)
src/lib/desugar/mutual_recursion_test.go:78
FunctionTestDictionaryAssign
(t *testing.T)
src/lib/core/dictionary_test.go:27
FunctionTestDictionaryAssignFail
(t *testing.T)
src/lib/core/dictionary_test.go:79
FunctionTestDictionaryAssignKeys
(t *testing.T)
src/lib/core/dictionary_test.go:57
FunctionTestDictionaryAssignMultileKeys
(t *testing.T)
src/lib/core/dictionary_test.go:67
FunctionTestDictionaryDelete
(t *testing.T)
src/lib/core/dictionary_test.go:130
FunctionTestDictionaryDeleteFail
(t *testing.T)
src/lib/core/dictionary_test.go:139
FunctionTestDictionaryEqual
(t *testing.T)
src/lib/core/dictionary_test.go:203
FunctionTestDictionaryError
(t *testing.T)
src/lib/core/dictionary_test.go:323
FunctionTestDictionaryInclude
(t *testing.T)
src/lib/core/dictionary_test.go:284
FunctionTestDictionaryIndex
(t *testing.T)
src/lib/core/dictionary_test.go:87
FunctionTestDictionaryIndexFail
(t *testing.T)
src/lib/core/dictionary_test.go:115
FunctionTestDictionaryLess
(t *testing.T)
src/lib/core/dictionary_test.go:223
FunctionTestDictionaryMerge
(t *testing.T)
src/lib/core/dictionary_test.go:299
FunctionTestDictionarySize
(t *testing.T)
src/lib/core/dictionary_test.go:271
FunctionTestDictionaryStringFail
(t *testing.T)
src/lib/core/dictionary_test.go:258
FunctionTestDictionaryToList
(t *testing.T)
src/lib/core/dictionary_test.go:149
FunctionTestDictionaryToString
(t *testing.T)
src/lib/core/dictionary_test.go:244
FunctionTestDictionaryWithDuplicateKeys
(t *testing.T)
src/lib/core/dictionary_test.go:180
FunctionTestDump
(t *testing.T)
src/lib/core/util_test.go:9
FunctionTestDumpError
(t *testing.T)
src/lib/core/util_test.go:22
FunctionTestEffect
(t *testing.T)
src/lib/parse/parse_test.go:142
FunctionTestEffectEval
(t *testing.T)
src/lib/core/effect_test.go:9
FunctionTestEffectExpanded
(t *testing.T)
src/lib/compile/effect_test.go:18
FunctionTestEffectSeq
(t *testing.T)
src/lib/builtins/seq_test.go:34
FunctionTestEffectSeqWithPureValues
(t *testing.T)
src/lib/builtins/seq_test.go:44
FunctionTestEffectValue
(t *testing.T)
src/lib/compile/effect_test.go:14
FunctionTestEncode
(t *testing.T)
src/lib/modules/json/encode_test.go:10
FunctionTestEncodeAndDecode
(t *testing.T)
src/lib/modules/json/encode_test.go:49
FunctionTestEncodeWithInvalidArguments
(t *testing.T)
src/lib/modules/json/encode_test.go:81
FunctionTestEnvironmentGet
(t *testing.T)
src/lib/compile/environment_test.go:25
FunctionTestEnvironmentGetFail
(t *testing.T)
src/lib/compile/environment_test.go:19
FunctionTestEqualFail
(t *testing.T)
src/lib/core/interfaces_test.go:110
FunctionTestEqualFalse
(t *testing.T)
src/lib/core/interfaces_test.go:96
FunctionTestEqualPatterns
(t *testing.T)
src/lib/desugar/match/cases_desugarer_test.go:10
FunctionTestEqualTrue
(t *testing.T)
src/lib/core/interfaces_test.go:83
FunctionTestError
(t *testing.T)
src/lib/core/error_test.go:9
FunctionTestErrorCatch
(t *testing.T)
src/lib/core/error_test.go:31
FunctionTestErrorInvalidMessage
(t *testing.T)
src/lib/core/error_test.go:21
FunctionTestErrorInvalidName
(t *testing.T)
src/lib/core/error_test.go:15
FunctionTestErrorName
(t *testing.T)
src/lib/core/error_test.go:27
FunctionTestEvalEffectListFail
(t *testing.T)
src/lib/run/run_test.go:34
FunctionTestExhaustWithErroneousParser
(t *testing.T)
src/lib/parse/comb/combinator_test.go:173
FunctionTestExit
(t *testing.T)
src/lib/modules/os/exit_test.go:10
FunctionTestExitError
(t *testing.T)
src/lib/modules/os/exit_test.go:24
FunctionTestExpression
(t *testing.T)
src/lib/parse/parse_test.go:192
FunctionTestFail
(t *testing.T)
src/lib/run/run_test.go:51
FunctionTestFailPanic
(t *testing.T)
src/lib/run/run_test.go:61
FunctionTestFilter
(t *testing.T)
src/lib/compile/builtins_test.go:67
FunctionTestFind
(t *testing.T)
src/lib/modules/re/find_test.go:10
FunctionTestFindError
(t *testing.T)
src/lib/modules/re/find_test.go:35
FunctionTestFunctionCallError
(t *testing.T)
src/lib/core/function_test.go:11
FunctionTestFunctionToString
(t *testing.T)
src/lib/core/function_test.go:25
FunctionTestGenSym
(t *testing.T)
src/lib/gensym/gensym_test.go:10
FunctionTestGenSymAtomicity
(t *testing.T)
src/lib/gensym/gensym_test.go:16
FunctionTestGet
(t *testing.T)
src/lib/modules/http/get_test.go:10
FunctionTestGetRequests
(t *testing.T)
src/lib/modules/http/get_requests_test.go:14
FunctionTestGetRequestsError
(t *testing.T)
src/lib/modules/http/get_requests_test.go:92
FunctionTestGetRequestsWithCustomStatus
(t *testing.T)
src/lib/modules/http/get_requests_test.go:63
FunctionTestGetWithInvalidArgument
(t *testing.T)
src/lib/modules/http/get_test.go:24
FunctionTestGetWithInvalidErrorArgument
(t *testing.T)
src/lib/modules/http/get_test.go:64
FunctionTestGetWithInvalidHost
(t *testing.T)
src/lib/modules/http/get_test.go:31
FunctionTestGetWithInvalidPath
(t *testing.T)
src/lib/modules/http/get_test.go:38
FunctionTestGetWithInvalidPathButNoError
(t *testing.T)
src/lib/modules/http/get_test.go:45
FunctionTestGreaterEqFalse
(t *testing.T)
src/lib/builtins/compare_test.go:151
FunctionTestGreaterEqTrue
(t *testing.T)
src/lib/builtins/compare_test.go:135
FunctionTestGreaterFalse
(t *testing.T)
src/lib/builtins/compare_test.go:124
FunctionTestGreaterTrue
(t *testing.T)
src/lib/builtins/compare_test.go:111
FunctionTestIdentifier
(t *testing.T)
src/lib/parse/parse_test.go:262
FunctionTestIdentifierFail
(t *testing.T)
src/lib/parse/parse_test.go:271
FunctionTestIdentity
(t *testing.T)
src/lib/core/util_test.go:67
FunctionTestIf
(t *testing.T)
src/lib/core/boolean_test.go:34
FunctionTestIfWithInvalidArguments
(t *testing.T)
src/lib/core/boolean_test.go:45
FunctionTestImportModule
(t *testing.T)
src/lib/parse/parse_test.go:57
FunctionTestImportModuleFail
(t *testing.T)
src/lib/parse/parse_test.go:70
FunctionTestIndexChain
(t *testing.T)
src/lib/core/collection_test.go:71
FunctionTestIndexWithInvalidRestArguments
(t *testing.T)
src/lib/core/collection_test.go:90
FunctionTestInfoLinesEmpty
(t *testing.T)
src/lib/debug/info_test.go:32
← previousnext →501–600 of 860, ranked by callers