MCPcopy Create free account

hub / github.com/baidu/EasyFaaS / functions

Functions1,662 in github.com/baidu/EasyFaaS

↓ 1 callersMethodFindCodeCompeleteTag
(path, codeSha256 string)
pkg/funclet/code/manager.go:38
↓ 1 callersMethodFindWarmRuntime
FindWarmRuntime
pkg/controller/rtctrl/runtime_dispatcher.go:351
↓ 1 callersFunctionFlatten
Flatten takes an Aggregate, which may hold other Aggregates in arbitrary nesting, and flattens them all into a single Aggregate, recursively.
pkg/util/errors/errors.go:133
↓ 1 callersMethodFlush
Delete all items from the cache.
pkg/util/cache/cache.go:1083
↓ 1 callersMethodFlush
()
pkg/util/cache/watch_cache.go:42
↓ 1 callersFunctionForceUnmount
(target string)
pkg/util/mount/mount_linux.go:92
↓ 1 callersMethodFreeTmpDevice
(path string)
pkg/funclet/quota/quota.go:22
↓ 1 callersFunctionFromParameters
(parameters map[string]interface{})
pkg/auth/bce/bce.go:61
↓ 1 callersFunctionFromParameters
(parameters map[string]interface{})
pkg/repository/bos/bos.go:57
↓ 1 callersFunctionFromParameters
(parameters map[string]interface{})
pkg/repository/filesystem/fliesystem.go:57
↓ 1 callersMethodFrozenContainer
FrozenContainer
pkg/funclet/runtime/resource.go:46
↓ 1 callersFunctionGenerateFunctionBRN
(region, uid, functionName, qualifier string)
pkg/brn/function.go:45
↓ 1 callersFunctionGenerateHostsFile
(path string)
pkg/funclet/runner/helper.go:36
↓ 1 callersMethodGeneratePaths
(id string)
pkg/funclet/file/path_manager.go:28
↓ 1 callersMethodGenerateRunnerConfig
(c *RunnerConfig)
pkg/funclet/runner/manager.go:37
↓ 1 callersMethodGetAlias
(input *api.GetAliasInput)
pkg/controller/registry/registry.go:38
↓ 1 callersMethodGetAlias
(input *api.GetAliasInput)
pkg/controller/function/function_server.go:29
↓ 1 callersFunctionGetAvailableSize
(path string)
pkg/funclet/device/utils/helper.go:25
↓ 1 callersFunctionGetCPUPeriod
(path string)
pkg/funclet/runtime/cgroup/cpu.go:25
↓ 1 callersFunctionGetCPUQuota
(path string)
pkg/funclet/runtime/cgroup/cpu.go:37
↓ 1 callersFunctionGetCPUShares
(path string)
pkg/funclet/runtime/cgroup/cpu.go:49
↓ 1 callersFunctionGetCaller
GetCaller returns the caller of the function that calls it.
pkg/util/runtime/runtime.go:139
↓ 1 callersFunctionGetCanonicalHeaders
(headers http.Header, r rule)
pkg/auth/bce/helper.go:69
↓ 1 callersFunctionGetCanonicalTime
(now time.Time)
pkg/auth/bce/helper.go:30
↓ 1 callersFunctionGetCgroupParamInt
Gets a single int64 value from the specified cgroup file.
pkg/funclet/runtime/cgroup/helpers_linux.go:213
↓ 1 callersMethodGetCgroupSubsysPath
(subsys string)
pkg/funclet/runtime/cgroup/cgroup_manage_linux.go:243
↓ 1 callersFunctionGetCgroupSubsystems
GetCgroupSubsystems returns information about the mounted cgroup subsystems
pkg/funclet/runtime/cgroup/helpers_linux.go:98
↓ 1 callersMethodGetChan
GetChan
pkg/funclet/types.go:78
↓ 1 callersMethodGetContainerConfPath
(containerName string)
pkg/funclet/warmup.go:301
↓ 1 callersMethodGetContainerID
(pName string)
pkg/funclet/file/path_manager.go:33
↓ 1 callersFunctionGetCounterValue
(index string, labels ...string)
pkg/util/logs/metric/metric.go:123
↓ 1 callersFunctionGetDevice
(filePath string)
pkg/funclet/device/utils/helper_linux.go:45
↓ 1 callersFunctionGetFree
GetFree searches for the first free loopback device. If it cannot find one, it will attempt to create one. If anything fails, GetFree will return an e
pkg/funclet/device/loop/loop_linux.go:61
↓ 1 callersMethodGetFunction
(input *api.GetFunctionInput)
pkg/controller/function/function_server.go:28
↓ 1 callersFunctionGetFunctionHandler
(options *options.StubsOptions)
pkg/stubs/apiserver.go:105
↓ 1 callersMethodGetHeader
(k string)
pkg/api/controller.go:87
↓ 1 callersFunctionGetLoopDeviceMap
()
pkg/funclet/device/loop/loop_unsupported.go:66
↓ 1 callersFunctionGetMemoryLimit
(path string)
pkg/funclet/runtime/cgroup/memory.go:23
↓ 1 callersFunctionGetMountInfo
(mountpoint string)
pkg/util/mount/mount_linux.go:51
↓ 1 callersFunctionGetMounts
()
pkg/util/mount/mount_linux.go:47
↓ 1 callersMethodGetParams
()
pkg/rest/request.go:337
↓ 1 callersFunctionGetPathConfig
(o *options.FuncletOptions)
pkg/funclet/helper.go:37
↓ 1 callersMethodGetPathMapByName
(n string)
pkg/funclet/file/helper.go:68
↓ 1 callersMethodGetPidFromFile
(containerID string)
pkg/funclet/reset.go:276
↓ 1 callersFunctionGetProxy
()
pkg/httptrigger/proxy.go:33
↓ 1 callersMethodGetResourceConfig
GetResourceConfig
pkg/funclet/runtime/cgroup/types.go:103
↓ 1 callersMethodGetResourceConfigByReadableMemory
GetResourceConfigByReadableMemory
pkg/funclet/runtime/resource.go:42
↓ 1 callersMethodGetResourceStats
GetResourceStats returns statistics of the specified cgroup as read from the cgroup fs.
pkg/funclet/runtime/cgroup/types.go:97
↓ 1 callersMethodGetRuntimeConfiguration
(input *api.GetRuntimeConfigurationInput)
pkg/controller/function/function_server.go:30
↓ 1 callersFunctionGetRuntimeHandler
(options *options.StubsOptions)
pkg/stubs/apiserver.go:146
↓ 1 callersMethodGetStats
GetStats returns the statistics associated with the cgroup
pkg/funclet/runtime/cgroup/cgroup_manage_linux.go:258
↓ 1 callersFunctionGetStorageDriver
(name string)
pkg/repository/storagedriver.go:30
↓ 1 callersMethodGetTmpStorage
(name string)
pkg/funclet/tmp/tmp_manager.go:48
↓ 1 callersMethodGetTotalResources
GetTotalResources
pkg/funclet/runtime/resource.go:44
↓ 1 callersMethodHTTPRequest
()
pkg/server/context.go:67
↓ 1 callersFunctionHandleError
HandlerError is a method to invoke when a non-user facing piece of code cannot return an error and needs to indicate it has been ignored. Invoking thi
pkg/util/runtime/runtime.go:101
↓ 1 callersMethodHasSufficientResources
HasSufficientResources check the total resource is sufficient
pkg/funclet/runtime/resource.go:87
↓ 1 callersMethodHijack
()
pkg/util/httptest/response.go:83
↓ 1 callersMethodIDEWarmUp
(ctx *funcletCtx.Context, params api.WarmupRequest)
pkg/funclet/ide_warmup.go:50
↓ 1 callersMethodIDEWarmUpContainerEvent
(ctx *funcletCtx.Context, params api.WarmupRequest)
pkg/funclet/ide_warmup.go:36
↓ 1 callersMethodIncreaseUsedResource
resource
pkg/controller/rtctrl/runtime_dispatcher.go:45
↓ 1 callersMethodIncrementFloat32
Increment an item of type float32 by n. Returns an error if the item's value is not an float32, or if it was not found. If there is no error, the incr
pkg/util/cache/cache.go:519
↓ 1 callersMethodIncrementFloat64
Increment an item of type float64 by n. Returns an error if the item's value is not an float64, or if it was not found. If there is no error, the incr
pkg/util/cache/cache.go:541
↓ 1 callersMethodIncrementInt16
Increment an item of type int16 by n. Returns an error if the item's value is not an int16, or if it was not found. If there is no error, the incremen
pkg/util/cache/cache.go:321
↓ 1 callersMethodIncrementInt32
Increment an item of type int32 by n. Returns an error if the item's value is not an int32, or if it was not found. If there is no error, the incremen
pkg/util/cache/cache.go:343
↓ 1 callersMethodIncrementInt64
Increment an item of type int64 by n. Returns an error if the item's value is not an int64, or if it was not found. If there is no error, the incremen
pkg/util/cache/cache.go:365
↓ 1 callersMethodIncrementInt8
Increment an item of type int8 by n. Returns an error if the item's value is not an int8, or if it was not found. If there is no error, the incremente
pkg/util/cache/cache.go:299
↓ 1 callersMethodIncrementUint
Increment an item of type uint by n. Returns an error if the item's value is not an uint, or if it was not found. If there is no error, the incremente
pkg/util/cache/cache.go:387
↓ 1 callersMethodIncrementUint16
Increment an item of type uint16 by n. Returns an error if the item's value is not an uint16, or if it was not found. If there is no error, the increm
pkg/util/cache/cache.go:453
↓ 1 callersMethodIncrementUint32
Increment an item of type uint32 by n. Returns an error if the item's value is not an uint32, or if it was not found. If there is no error, the increm
pkg/util/cache/cache.go:475
↓ 1 callersMethodIncrementUint64
Increment an item of type uint64 by n. Returns an error if the item's value is not an uint64, or if it was not found. If there is no error, the increm
pkg/util/cache/cache.go:497
↓ 1 callersMethodIncrementUint8
Increment an item of type uint8 by n. Returns an error if the item's value is not an uint8, or if it was not found. If there is no error, the incremen
pkg/util/cache/cache.go:431
↓ 1 callersMethodIncrementUintptr
Increment an item of type uintptr by n. Returns an error if the item's value is not an uintptr, or if it was not found. If there is no error, the incr
pkg/util/cache/cache.go:409
↓ 1 callersFunctionInfo
(msg string, fields ...zap.Field)
pkg/util/logs/logs.go:449
↓ 1 callersFunctionInit
(options *options.ControllerOptions)
pkg/controller/init.go:34
↓ 1 callersFunctionInit
(runOptions *options.HTTPTriggerOptions)
pkg/httptrigger/httptrigger.go:34
↓ 1 callersFunctionInit
(runOptions *options.ControllerOptions)
cmd/controller/app/server.go:51
↓ 1 callersMethodInit
(pid int, bridgeName string)
pkg/funclet/network/veth_linux.go:32
↓ 1 callersMethodInitAllContainers
()
pkg/funclet/funclet.go:129
↓ 1 callersMethodInitContainerEvent
(containerID string)
pkg/funclet/init.go:35
↓ 1 callersFunctionInitContainerMap
(podName string, num int)
pkg/funclet/container.go:127
↓ 1 callersFunctionInitContainerPathsMap
TODO: Need to get container list from runc in non-container environment.
pkg/funclet/file/path_manager.go:61
↓ 1 callersFunctionInitFunclet
(o *options.FuncletOptions, stopCh <-chan struct{},finishCh chan struct{})
pkg/funclet/funclet.go:57
↓ 1 callersFunctionInitMetric
(namespace string)
pkg/util/logs/metric/metric.go:40
↓ 1 callersMethodInitNetwork
(opt *NetworkOption)
pkg/funclet/network/network.go:26
↓ 1 callersFunctionInitQuotaCtrl
(storagePath string, tmpSize string, runnersTmpPath string, storageType string, logger *logs.Logger)
pkg/funclet/quota/xfs_quota.go:69
↓ 1 callersFunctionInitRtCtrlMetric
()
pkg/controller/rtctrl/metrics.go:171
↓ 1 callersFunctionInitSummaryLogs
InitSummaryLogs init a logger to record summary
pkg/util/logs/logs.go:111
↓ 1 callersFunctionInitWithClient
(c client.ControllerClientInterface)
pkg/httptrigger/httptrigger.go:43
↓ 1 callersMethodInstallAPI
InstallAPI xxx
pkg/funclet/handler.go:46
↓ 1 callersFunctionInstallHandler
(stubsOptions *options.StubsOptions)
pkg/stubs/handler.go:33
↓ 1 callersFunctionInstallHandler
()
pkg/httptrigger/handler.go:73
↓ 1 callersMethodInstallREST
(container *restful.Container)
pkg/server/endpoint/apis.go:37
↓ 1 callersMethodInvoke
(c *routing.Context, ctx InvokeContext)
pkg/controller/handler.go:123
↓ 1 callersMethodInvoke
(ir *api.InvokeRequest)
pkg/controller/client/controller.go:24
↓ 1 callersMethodInvoke
(ir *api.InvokeRequest)
pkg/controller/client/rpc.go:54
↓ 1 callersMethodInvokeFunc
InvokeFunc
pkg/controller/rtctrl/runtime.go:392
↓ 1 callersMethodInvokeFunc
(reqInfo *RequestInfo, input *InvocationInput)
pkg/controller/rtctrl/client.go:220
↓ 1 callersMethodInvokeFunction
(input *InvocationInput)
pkg/controller/rtctrl/client.go:33
↓ 1 callersFunctionInvokeHandler
(withError bool)
pkg/controller/client/rpc_test.go:129
← previousnext →501–600 of 1,662, ranked by callers