MCPcopy Create free account

hub / github.com/chandru89new/js-cookbook / functions

Functions39 in github.com/chandru89new/js-cookbook

↓ 9 callersFunctionenrich
({ match, extract = [], source = [] })
tests/enrich-object.spec.js:16
↓ 6 callersFunctionswitchCase
(...condPairs)
tests/adv-switch-case.spec.js:3
↓ 4 callersFunctionextractKeys
(keys = [], list = [])
tests/extract-keys.spec.js:8
↓ 4 callersFunctionpromise
(int)
tests/promise.spec.js:3
↓ 3 callersFunctionconvertToObject
({ key, list = [] })
tests/access-id.spec.js:3
↓ 3 callersFunctionrunAsync
(promiseFn, cb)
tests/promise.spec.js:9
↓ 2 callersFunctionpipe
(...fns)
tests/pipe.spec.js:17
↓ 2 callersFunctionpipePromises
(...fns)
tests/promise-seq.spec.js:14
↓ 2 callersFunctionrunPromises
(promises)
tests/promise-parallel.spec.js:3
↓ 2 callersFunctiontestFn
(int)
tests/try-catch-made-simpler.spec.js:12
↓ 2 callersFunctiontryCatch
(tryExpression)
tests/try-catch-made-simpler.spec.js:3
↓ 1 callersFunctiongetKeyVal
(key, obj)
tests/extract-keys.spec.js:3
↓ 1 callersFunctiongetKeyVal
(key)
tests/extract-flatten.spec.js:3
↓ 1 callersFunctionpluck
(path)
tests/extract-flatten.spec.js:9
↓ 1 callersFunctionrunAsyncHelper
(fn, input)
tests/promise-seq.spec.js:3
↓ 1 callersFunctionsafeWrapper
(func, value)
tests/pipe.spec.js:3
↓ 1 callersFunctiontransform
(definition)
tests/extract-flatten.spec.js:15
Functiondec1
(a)
tests/pipe.spec.js:33
Functiondouble
(a)
tests/pipe.spec.js:29
Functionhalve
(a)
tests/pipe.spec.js:32
FunctionifSumLessThan3
(a, b)
tests/adv-switch-case.spec.js:40
FunctionifSumMoreThan3
(a, b)
tests/adv-switch-case.spec.js:38
Functioninc1
(a)
tests/pipe.spec.js:28
FunctionisBeta
(str)
tests/adv-switch-case.spec.js:32
FunctionisEven
(a)
tests/adv-switch-case.spec.js:22
FunctionisOdd
(b)
tests/adv-switch-case.spec.js:23
Functionotherwise
(a, b)
tests/adv-switch-case.spec.js:41
Functionp1
()
tests/promise-parallel.spec.js:20
Functionp1
(int)
tests/promise-seq.spec.js:24
Functionp2
()
tests/promise-parallel.spec.js:21
Functionp2
(int)
tests/promise-seq.spec.js:25
Functionp3
()
tests/promise-parallel.spec.js:22
Functionp3
(_)
tests/promise-seq.spec.js:28
Functionp4
()
tests/promise-parallel.spec.js:23
Functionp4
(int)
tests/promise-seq.spec.js:26
Functionp5
()
tests/promise-parallel.spec.js:24
Functionsquare
(a)
tests/pipe.spec.js:30
FunctionsumLessThan3
(a, b)
tests/adv-switch-case.spec.js:39
FunctionsumMoreThan3
(a, b)
tests/adv-switch-case.spec.js:37