MCPcopy Index your code

hub / github.com/Netflix/falcor / functions

Functions353 in github.com/Netflix/falcor

↓ 340 callersFunctionstrip
(obj, key)
test/cleanData.js:102
↓ 174 callersFunctiongetModel
* @param newModel * @returns {Model}
test/falcor/call/call.spec.js:14
↓ 80 callersFunctionnow
()
performance/models/legacy/macro/_Falcor.js:43
↓ 30 callersFunctionclean
(item, options)
test/cleanData.js:33
↓ 22 callersFunctiongetBoundPath
(model, path, value, boxed)
performance/models/legacy/macro/_Falcor.js:1517
↓ 20 callersFunctionCache
()
test/falcor/set/set.dataSource-and-bind.spec.js:11
↓ 16 callersFunctiononNext
(pbvf)
performance/models/legacy/_.js:5678
↓ 14 callersFunctionCache
(c)
test/falcor/get/get.dataSource-and-cache.spec.js:15
↓ 14 callersFunctionM
(m)
test/falcor/get/get.dataSource-and-cache.spec.js:12
↓ 12 callersFunctionCache
()
test/internal/request/RequestQueue.get.spec.js:13
↓ 12 callersFunctioninvalidatePathMaps
(model, pathMaps, values, errorSelector, boundPath)
performance/models/legacy/macro/_Falcor.js:6017
↓ 12 callersFunctioninvalidatePathSets
(model, pathSets, values, errorSelector, boundPath)
performance/models/legacy/macro/_Falcor.js:6296
↓ 11 callersFunctiononCompleted
()
performance/models/legacy/_.js:5686
↓ 9 callersFunctiongetModel
()
test/lru/lru.promote.set.spec.js:231
↓ 7 callersFunctionCache
()
test/data/Cache.js:6
↓ 7 callersFunctionclone
()
performance/tests/clone/clone.perf.js:17
↓ 6 callersFunctionapplyErrorPrototype
(errorType)
lib/errors/applyErrorPrototype.js:1
↓ 6 callersFunctionfindPartialIntersections
* Recursive function to calculate intersection and complement paths in 2 given pathsets at a given depth. * * Parameters: * - requestedPath: full
lib/request/complement.js:64
↓ 6 callersFunctiononError
(e)
performance/models/legacy/_.js:5682
↓ 6 callersFunctionsetRoutes
(routes)
test/integration/get.spec.js:227
↓ 6 callersFunctionsetTest
(query, output)
test/hardlink/hardlink.add.spec.js:84
↓ 5 callersFunctionCache
()
test/internal/request/GetRequest.batch.spec.js:12
↓ 5 callersFunctionM
()
test/falcor/set/set.dataSource-and-bind.spec.js:12
↓ 5 callersFunctionlog
(x)
test/lru/lru.splice.overwrite.spec.js:41
↓ 5 callersFunctionreadyNode
(branch, key, observer)
performance/models/legacy/macro/_Falcor.js:401
↓ 4 callersFunctionCache
()
performance/models/legacy/_Cache.js:2
↓ 4 callersFunctionassertExpectedErrorPayload
(e, expectedPath)
test/falcor/get/get.dataSource-and-cache.spec.js:523
↓ 4 callersFunctiondoneOnError
(done)
test/falcor/error/error.spec.js:17
↓ 4 callersFunctionerrorOnCompleted
(done)
test/falcor/error/error.spec.js:11
↓ 4 callersFunctiongetTest
(query, output)
test/hardlink/hardlink.remove.spec.js:60
↓ 4 callersFunctionrecurse
(requested, relativePathSetValues)
performance/models/legacy/macro/_Falcor.js:627
↓ 4 callersFunctionsetTest
(query, output)
test/hardlink/hardlink.remove.spec.js:78
↓ 3 callersFunctionarrayConcatElement
* Create a new array consistent of a1 plus an additional element. Avoids the unnecessary array allocation when using `a1.concat([element])`.
lib/request/complement.js:207
↓ 3 callersFunctionassertExpectedErrorPayload
(e, expectedPath)
test/falcor/set/set.cache-only.spec.js:129
↓ 3 callersFunctioncompleteRecursion
(requestedPaths, incomingValues, relativePathSetValues)
performance/models/legacy/macro/_Falcor.js:795
↓ 3 callersFunctiondoubleItem
(model)
test/lru/lru.promote.set.spec.js:243
↓ 3 callersFunctionemitValues
()
performance/models/legacy/macro/_Falcor.js:835
↓ 3 callersFunctionexecuteOnErrorOrCompleted
()
performance/models/legacy/macro/_Falcor.js:868
↓ 3 callersFunctiongenerateErrorSelectorSpy
(expectedPath)
test/falcor/get/get.dataSource-and-cache.spec.js:509
↓ 3 callersFunctiongetListRef
(listIndex)
test/outputGenerator.js:67
↓ 3 callersFunctiongetModel
()
test/lru/lru.splice.overwrite.spec.js:33
↓ 3 callersFunctionmixin
(self)
performance/models/legacy/macro/_Falcor.js:69
↓ 3 callersFunctionmodelOperation
(name)
performance/models/legacy/macro/_Falcor.js:575
↓ 3 callersFunctionrecurse
(requestedPath, optimizedPath, currentTree, depth, rCurrentPath, oCurrentPath)
lib/request/complement.js:88
↓ 3 callersFunctionsetCache
(model, map)
performance/models/legacy/macro/_Falcor.js:6604
↓ 3 callersFunctionsingleItem
(model)
test/lru/lru.promote.set.spec.js:237
↓ 3 callersFunctiontestLRU
(model)
test/lru/lru.splice.overwrite.spec.js:40
↓ 3 callersFunctiontraverseAndConvert
(obj)
test/cleanData.js:77
↓ 3 callersFunctiontripleItem
(model)
test/lru/lru.promote.set.spec.js:252
↓ 2 callersFunctionCache
()
test/falcor/get/get.dataSource-and-bind.spec.js:9
↓ 2 callersFunctionM
()
test/falcor/get/get.dataSource-and-bind.spec.js:12
↓ 2 callersFunctionarrayConcatSlice
* Create a new array consisting of a1 + a subset of a2. Avoids allocating an extra array by calling `slice` on a2.
lib/request/complement.js:179
↓ 2 callersFunctionarrayConcatSlice2
* Create a new array consisting of a1 + a2 + a subset of a3. Avoids allocating an extra array by calling `slice` on a3.
lib/request/complement.js:193
↓ 2 callersFunctioncollapse
(pathMap)
performance/models/legacy/macro/_Falcor.js:425
↓ 2 callersFunctioncompose
(f, g)
performance/browser.js:5
↓ 2 callersFunctioncompose
(f, g)
performance/node.js:5
↓ 2 callersFunctioncontainsObserver
(observers, observer)
performance/models/legacy/macro/_Falcor.js:416
↓ 2 callersFunctionconvertNodes
(parent, fromKey, obj, transform)
test/cleanData.js:44
↓ 2 callersFunctioncreateDisposable
(request, batchIx)
lib/request/GetRequestV2.js:243
↓ 2 callersFunctionexec
()
test/data/LocalDataSource.js:40
↓ 2 callersFunctionfalcor
(opts)
lib/index.js:3
↓ 2 callersFunctionfastCollapse
(paths)
performance/models/legacy/macro/_Falcor.js:891
↓ 2 callersFunctionfollowReference
(model, root, nodeArg, referenceContainerArg, referenceArg, seed, isJSONG)
lib/get/followReference.js:8
↓ 2 callersFunctionfooBranch
()
test/get-core/errors.spec.js:13
↓ 2 callersFunctiongc
()
performance/node.js:11
↓ 2 callersFunctiongenerateErrorSelectorSpy
(expectedPath)
test/falcor/set/set.cache-only.spec.js:111
↓ 2 callersFunctionget
()
test/Model.spec.js:102
↓ 2 callersFunctiongetTest
(query, output)
test/hardlink/hardlink.add.spec.js:66
↓ 2 callersFunctionintersectingTest
(paths)
test/get-core/values.spec.js:156
↓ 2 callersFunctioninvalidateNode
(root, parent, node, key, branch, expired, lru)
lib/invalidate/invalidatePathSets.js:140
↓ 2 callersFunctioninvalidateNode
(root, parent, node, key, branch, expired, lru)
lib/invalidate/invalidatePathMaps.js:124
↓ 2 callersFunctionisJSONG
(x)
performance/models/legacy/macro/_Falcor.js:1126
↓ 2 callersFunctionisPathOrPathValue
(x)
performance/models/legacy/macro/_Falcor.js:1121
↓ 2 callersFunctionisSeedRequired
(format)
performance/models/legacy/macro/_Falcor.js:1130
↓ 2 callersFunctionlisten
(serverPort, launchWindow, cb)
server.js:9
↓ 2 callersFunctiononResults
(data)
test/falcor/get/get.dataSource-only.spec.js:316
↓ 2 callersFunctionpathsToMapWithObservers
(path, idx, branch, observer)
performance/models/legacy/macro/_Falcor.js:364
↓ 2 callersFunctionremoteData
()
test/falcor/get/get.dataSource-and-cache.spec.js:791
↓ 2 callersFunctionsetNode
( root, parent, node, key, value, branch, reference, requestedPath, optimizedPath, version, expire
lib/set/setPathValues.js:172
↓ 2 callersFunctionsetNode
( root, parent, node, key, value, branch, reference, requestedPath, optimizedPath, version, expire
lib/set/setPathMaps.js:179
↓ 2 callersFunctionsetNode
( root, parent, node, messageRoot, messageParent, message, key, branch, requestedPath, optimizedPath,
lib/set/setJSONGraphs.js:179
↓ 2 callersFunctionsubscribeToFollowupGet
(model, observer, requestedPaths, isJSONGraph, isProgressive)
lib/response/set/setRequestCycle.js:120
↓ 1 callersFunction_copyCache
(node, out, fromKey)
lib/get/getCache.js:32
↓ 1 callersFunction_run
()
performance/testRunner.js:53
↓ 1 callersFunctionallUnique
(arr)
performance/models/legacy/_.js:6107
↓ 1 callersFunctionallUnique
* allUnique * return true if every number in an array is unique
performance/models/legacy/macro/_Falcor.js:535
↓ 1 callersFunctionappendBoundPathToArgument
(boundPath, argument, type)
performance/models/legacy/macro/_Falcor.js:1046
↓ 1 callersFunctionbenchmarkToRow
(env, benchmark)
performance/formatter/CSVFormatter.js:3
↓ 1 callersFunctionbuildQueries
(root)
performance/models/legacy/_.js:6143
↓ 1 callersFunctionbuildQueries
(root)
performance/models/legacy/macro/_Falcor.js:458
↓ 1 callersFunctioncloneBoxedValue
(boxedValue)
lib/get/getCache.js:13
↓ 1 callersFunctionconcatAndInsertMissing
(model, remainingPath, depth, requestedPath, optimizedPath, optimizedLength, r
lib/get/onMissing.js:29
↓ 1 callersFunctionconvertArgumentsToFromJSONG
(args, remoteMessage, boundPath)
performance/models/legacy/macro/_Falcor.js:914
↓ 1 callersFunctioncoverage
(serverPort, launchWindow)
server.js:20
↓ 1 callersFunctioncreateKey
(list)
performance/models/legacy/_.js:6129
↓ 1 callersFunctioncreateKey
* Create a unique hash key for a set * of paths
performance/models/legacy/macro/_Falcor.js:569
↓ 1 callersFunctioncreateSuite
(testCfg, log, gc)
performance/testRunner.js:5
↓ 1 callersFunctiondeepExpectations
(o, expectExpression)
test/get-core/get.cache.spec.js:8
↓ 1 callersFunctiondefaultEnvelope
(isJSONG)
lib/get/get.js:34
↓ 1 callersFunctionflatten
(obj)
performance/models/legacy/_.js:6051
next →1–100 of 353, ranked by callers