MCPcopy Create free account

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

Functions860 in github.com/cloe-lang/cloe

FunctionTestPost
(t *testing.T)
src/lib/modules/http/post_test.go:10
FunctionTestPostWithInvalidBody
(t *testing.T)
src/lib/modules/http/post_test.go:32
FunctionTestPostWithInvalidURL
(t *testing.T)
src/lib/modules/http/post_test.go:25
FunctionTestPrefix
(t *testing.T)
src/lib/parse/comb/combinator_test.go:45
FunctionTestPrefixFail
(t *testing.T)
src/lib/parse/comb/combinator_test.go:52
FunctionTestPrint
(t *testing.T)
src/lib/builtins/print_test.go:12
FunctionTestPrintError
(t *testing.T)
src/lib/builtins/print_test.go:36
FunctionTestPure
(t *testing.T)
src/lib/core/effect_test.go:13
FunctionTestRally
(t *testing.T)
src/lib/builtins/rally_test.go:11
FunctionTestRallyError
(t *testing.T)
src/lib/builtins/rally_test.go:34
FunctionTestRallyInvalidArgument
(t *testing.T)
src/lib/builtins/rally_test.go:59
FunctionTestRallyWithInvalidExpandedList
(t *testing.T)
src/lib/builtins/rally_test.go:90
FunctionTestReadDirectory
(t *testing.T)
src/lib/modules/fs/read_directory_test.go:13
FunctionTestReadDirectoryError
(t *testing.T)
src/lib/modules/fs/read_directory_test.go:38
FunctionTestReadError
(t *testing.T)
src/lib/builtins/read_test.go:16
FunctionTestReadWithClosedStdin
(t *testing.T)
src/lib/builtins/read_test.go:32
FunctionTestReadWithStdin
(t *testing.T)
src/lib/builtins/read_test.go:12
FunctionTestReduce
(t *testing.T)
src/lib/compile/builtins_test.go:37
FunctionTestReduceError
(t *testing.T)
src/lib/compile/builtins_test.go:55
FunctionTestRemove
(t *testing.T)
src/lib/modules/fs/remove_test.go:11
FunctionTestRemoveError
(t *testing.T)
src/lib/modules/fs/remove_test.go:23
FunctionTestReplace
(t *testing.T)
src/lib/modules/re/replace_test.go:10
FunctionTestReplaceError
(t *testing.T)
src/lib/modules/re/replace_test.go:28
FunctionTestRunDaemons
(t *testing.T)
src/lib/systemt/daemon_test.go:15
FunctionTestRunEffectFail
(t *testing.T)
src/lib/run/run_test.go:42
FunctionTestRunWithExpandedList
(t *testing.T)
src/lib/run/run_test.go:28
FunctionTestRunWithNoThunk
(t *testing.T)
src/lib/run/run_test.go:15
FunctionTestRunWithOneThunk
(t *testing.T)
src/lib/run/run_test.go:19
FunctionTestRunWithThunks
(t *testing.T)
src/lib/run/run_test.go:23
FunctionTestSeq
(t *testing.T)
src/lib/builtins/seq_test.go:10
FunctionTestSeqWithEffects
(t *testing.T)
src/lib/builtins/seq_test.go:22
FunctionTestSignature
(t *testing.T)
src/lib/parse/parse_test.go:134
FunctionTestSignatureBind
(t *testing.T)
src/lib/core/signature_test.go:9
FunctionTestSignatureBindError
(t *testing.T)
src/lib/core/signature_test.go:43
FunctionTestSort
(t *testing.T)
src/lib/compile/builtins_test.go:130
FunctionTestSortError
(t *testing.T)
src/lib/compile/builtins_test.go:165
FunctionTestSortWithBigLists
(t *testing.T)
src/lib/compile/builtins_test.go:181
FunctionTestStateLine
(t *testing.T)
src/lib/parse/comb/state_test.go:9
FunctionTestStateLineAfterNewLine
(t *testing.T)
src/lib/parse/comb/state_test.go:20
FunctionTestStateLineBeforeNewLine
(t *testing.T)
src/lib/parse/comb/state_test.go:13
FunctionTestStateLineNumber
(t *testing.T)
src/lib/parse/comb/state_test.go:27
FunctionTestStateLinePosition
(t *testing.T)
src/lib/parse/comb/state_test.go:31
FunctionTestStrictDump
(t *testing.T)
src/lib/core/util_test.go:51
FunctionTestStrictDumpPanic
(t *testing.T)
src/lib/core/util_test.go:35
FunctionTestStrictFunctionParallelization
(t *testing.T)
src/lib/core/function_test.go:29
FunctionTestStringAssign
(t *testing.T)
src/lib/core/string_test.go:38
FunctionTestStringCompare
(t *testing.T)
src/lib/core/string_test.go:158
FunctionTestStringDelete
(t *testing.T)
src/lib/core/string_test.go:69
FunctionTestStringDeleteWithInvalidIndex
(t *testing.T)
src/lib/core/string_test.go:83
FunctionTestStringEqual
(t *testing.T)
src/lib/core/string_test.go:9
FunctionTestStringInclude
(t *testing.T)
src/lib/core/string_test.go:104
FunctionTestStringIncludeWithNonString
(t *testing.T)
src/lib/core/string_test.go:122
FunctionTestStringIndex
(t *testing.T)
src/lib/core/string_test.go:53
FunctionTestStringIndexWithInvalidIndexNumber
(t *testing.T)
src/lib/core/string_test.go:62
FunctionTestStringInsert
(t *testing.T)
src/lib/core/string_test.go:127
FunctionTestStringInsertWithInvalidIndex
(t *testing.T)
src/lib/core/string_test.go:146
FunctionTestStringInsertWithNonString
(t *testing.T)
src/lib/core/string_test.go:153
FunctionTestStringLiteral
(t *testing.T)
src/lib/parse/parse_test.go:150
FunctionTestStringMerge
(t *testing.T)
src/lib/core/string_test.go:16
FunctionTestStringMergeWithNonString
(t *testing.T)
src/lib/core/string_test.go:21
FunctionTestStringSize
(t *testing.T)
src/lib/core/string_test.go:90
FunctionTestStringToList
(t *testing.T)
src/lib/core/string_test.go:26
FunctionTestStringToString
(t *testing.T)
src/lib/core/string_test.go:171
FunctionTestStringify
(t *testing.T)
src/lib/parse/comb/combinator_test.go:179
FunctionTestStringifyFail
(t *testing.T)
src/lib/parse/comb/combinator_test.go:187
FunctionTestStrip
(t *testing.T)
src/lib/parse/parse_test.go:170
FunctionTestSubModule
(t *testing.T)
src/lib/parse/parse_test.go:27
FunctionTestSubModuleFail
(t *testing.T)
src/lib/parse/parse_test.go:36
FunctionTestSwitchInFunction
(t *testing.T)
src/lib/ir/switch_test.go:20
FunctionTestThunkEvalByCallingError
(t *testing.T)
src/lib/core/thunk_test.go:23
FunctionTestThunkEvalByCallingErrorTwice
(t *testing.T)
src/lib/core/thunk_test.go:29
FunctionTestThunkEvalImpure
(t *testing.T)
src/lib/core/thunk_test.go:35
FunctionTestThunkEvalImpureWithError
(t *testing.T)
src/lib/core/thunk_test.go:50
FunctionTestThunkEvalImpureWithNonEffect
(t *testing.T)
src/lib/core/thunk_test.go:40
FunctionTestThunkEvalWithImpureFunctionCall
(t *testing.T)
src/lib/core/thunk_test.go:19
FunctionTestThunkEvalWithNonFunction
(t *testing.T)
src/lib/core/thunk_test.go:15
FunctionTestTypeOf
(t *testing.T)
src/lib/core/util_test.go:73
FunctionTestTypeOfError
(t *testing.T)
src/lib/core/util_test.go:94
FunctionTestValueRenamerRename
(t *testing.T)
src/lib/desugar/match/value_renamer_test.go:11
FunctionTestValueRenamerRenamePanic
(t *testing.T)
src/lib/desugar/match/value_renamer_test.go:35
FunctionTestVoid
(t *testing.T)
src/lib/parse/comb/combinator_test.go:200
FunctionTestWrap
(t *testing.T)
src/lib/parse/comb/combinator_test.go:38
FunctionTestY
(t *testing.T)
src/lib/builtins/y_test.go:11
FunctionTestYsMultipleFs
(t *testing.T)
src/lib/builtins/y_star_test.go:10
FunctionTestYsWithErroneousArgument
(t *testing.T)
src/lib/builtins/y_star_test.go:53
MethodValue
Value returns a value corrensponding to a pattern in a switch expression.
src/lib/ast/switch_case.go:22
MethodValue
Value returns a value corrensponding to a pattern in a match expression.
src/lib/ast/match_case.go:22
MethodValue
Value returns a value which will be matched with patterns in a match expression.
src/lib/ast/switch.go:25
MethodValue
Value returns a value of a keyword argument.
src/lib/ast/keyword_argument.go:22
MethodValue
Value returns a value of a positional argument.
src/lib/ast/positional_argument.go:17
Methodassign
(k Value, v Value)
src/lib/core/dictionary.go:43
Methodassign
(i, v Value)
src/lib/core/string.go:24
Methodassign
(i, v Value)
src/lib/core/list.go:107
Methodbind
(args *Arguments)
src/lib/core/positional_parameters.go:18
Methodcompare
(c comparable)
src/lib/core/number.go:143
Methodcompare
(c comparable)
src/lib/core/boolean.go:70
Methodcompare
(c comparable)
src/lib/core/dictionary.go:115
Methodcompare
(c comparable)
src/lib/core/string.go:140
Methodcompare
(comparable)
src/lib/core/nil.go:20
Methodcompare
(x comparable)
src/lib/core/list.go:201
← previousnext →701–800 of 860, ranked by callers