MCPcopy Create free account

hub / github.com/taubyte/tau / functions

Functions13,103 in github.com/taubyte/tau

↓ 1 callersMethodBuild
Build builds an image from backend-specific inputs
pkg/containers/backends/containerd/image.go:38
↓ 1 callersMethodCache
()
services/substrate/components/http/methods.go:15
↓ 1 callersMethodCall
(functionName string, args ...starlark.Value)
pkg/starlark/context.go:9
↓ 1 callersMethodCall
()
pkg/schema/functions/getter.go:77
↓ 1 callersMethodCall
()
pkg/schema/smartops/getter.go:45
↓ 1 callersMethodCallTime
()
services/substrate/runtime/metrics.go:24
↓ 1 callersMethodCallWithNative
(functionName string, args ...any)
pkg/starlark/context.go:21
↓ 1 callersMethodCapabilities
Capabilities returns the backend capabilities
pkg/containers/backends/containerd/containerd.go:687
↓ 1 callersMethodCapabilities
Capabilities returns the backend capabilities
pkg/containers/backends/docker/docker.go:516
↓ 1 callersMethodCapacity
()
services/substrate/components/storage/storage/methods.go:66
↓ 1 callersMethodCert
()
pkg/schema/domains/getter.go:46
↓ 1 callersMethodChannel
()
pkg/schema/functions/getter.go:53
↓ 1 callersMethodChannelMatch
()
pkg/schema/messaging/getter.go:39
↓ 1 callersFunctionCheckAttached
(t *testing.T, expected map[string]int)
services/substrate/components/structure/vars.go:31
↓ 1 callersMethodCheckTns
(MatchDefinition)
core/services/substrate/components/types.go:11
↓ 1 callersMethodCheckout
(ctx *cli.Context)
tools/tau/cli/commands/resources/repository/checkout.go:21
↓ 1 callersMethodCheckout
()
tools/tau/cli/common/unimplemented.go:19
↓ 1 callersMethodCheckout
(branchName string)
pkg/git/checkout.go:11
↓ 1 callersMethodClean
Clean removes images older than age that match the given filter.
pkg/containers/backends/docker/docker.go:374
↓ 1 callersMethodClient
()
clients/http/methods.go:69
↓ 1 callersMethodClient
()
clients/http/auth/objects.go:7
↓ 1 callersMethodClone
(tauProject config.Project, embedToken bool)
tools/tau/lib/project/types.go:23
↓ 1 callersMethodClone
()
tools/tau/cli/common/unimplemented.go:16
↓ 1 callersMethodClone
Clone clones the VM.Context with a new go context
core/vm/context.go:25
↓ 1 callersMethodCloneTo
CloneTo will create the directory for the template and move all files from the template repository except .git
pkg/cli/singletons/templates/clone.go:38
↓ 1 callersMethodClose
()
pkg/http/types.go:97
↓ 1 callersMethodClose
()
pkg/config-compiler/compile/compiler.go:104
↓ 1 callersMethodClose
Close implements io.Closer for callReader
pkg/vm/logger/reader.go:259
↓ 1 callersMethodClose
()
dream/multiverse.go:108
↓ 1 callersMethodClose
()
services/hoarder/service.go:97
↓ 1 callersMethodClose
()
services/auth/acme/store/store.go:257
↓ 1 callersMethodClose
()
services/substrate/components/http/methods.go:7
↓ 1 callersMethodClose
()
services/substrate/components/p2p/types.go:19
↓ 1 callersMethodClose
()
clients/p2p/substrate/methods.go:41
↓ 1 callersMethodCloseRead
()
p2p/streams/client/client.go:402
↓ 1 callersMethodCloseWithExitCode
CloseWithExitCode releases resources allocated for this Module. Use a non-zero exitCode parameter to indicate a failure to ExportedFunction callers. W
core/vm/module.go:24
↓ 1 callersMethodCloseWrite
()
p2p/streams/client/client.go:406
↓ 1 callersMethodClosedStream
(network.Network, network.Stream)
p2p/peer/peering.go:314
↓ 1 callersMethodCode
()
tools/tau/lib/project/repository.go:30
↓ 1 callersMethodCode
()
tools/tau/lib/project/types.go:17
↓ 1 callersMethodColdStart
()
services/substrate/runtime/metrics.go:16
↓ 1 callersFunctionCommand
(ctx *common.Context)
tools/dream/cli/inject/command.go:8
↓ 1 callersFunctionCommand
(ctx *common.Context)
tools/dream/cli/new/command.go:8
↓ 1 callersFunctionCommand
(ctx *common.Context)
tools/dream/cli/kill/command.go:8
↓ 1 callersFunctionCommand
(ctx *common.Context)
tools/dream/cli/status/command.go:8
↓ 1 callersFunctionCommand
(ctx *common.Context)
tools/dream/cli/start/command.go:9
↓ 1 callersFunctionCommand
*********************************** P2P Values ***********************************/
pkg/schema/functions/set.go:61
↓ 1 callersMethodCommand
()
pkg/schema/functions/getter.go:49
↓ 1 callersMethodCommit
(ctx context.Context)
p2p/datastores/mem/mem.go:215
↓ 1 callersMethodCommit
(projectId string, branches ...string)
clients/p2p/tns/structure/commit.go:10
↓ 1 callersFunctionConcurrency
(count int)
pkg/spore-drive/course/course.go:70
↓ 1 callersMethodConfig
()
tools/tau/lib/project/repository.go:22
↓ 1 callersFunctionConfirmDataWithMerge
(c *cli.Context, label string, data [][]string)
tools/tau/prompts/data.go:21
↓ 1 callersFunctionContains
Contains returns a boolean based on whether a value is contained in the given slice.
utils/slices/string/strings.go:4
↓ 1 callersMethodContext
()
services/substrate/components/p2p/function/smartop.go:19
↓ 1 callersMethodContext
()
services/substrate/components/pubsub/methods.go:18
↓ 1 callersMethodContext
()
services/substrate/components/pubsub/function/smartop.go:18
↓ 1 callersMethodContextConfig
()
core/services/substrate/components/storage/service.go:49
↓ 1 callersFunctionConvertToMultiAddr
(addr string)
utils/bootstrap.go:42
↓ 1 callersFunctionCopyDir
CopyDir copies all files from srcDir to dstDir, skipping existing files in dstDir.
utils/fs.go:43
↓ 1 callersFunctionCopyFile
CopyFile copies a file from src to dst. If dst does not exist, it is created. If it exists, its contents are replaced with the contents of src.
utils/fs.go:12
↓ 1 callersFunctionCopyFixture
CopyFixture writes the given fixture tarball to a temp directory and unzips it
pkg/vm-orbit/tests/suite/builders/helpers.go:15
↓ 1 callersMethodCreate
()
pkg/spore-drive/config/cloud.go:233
↓ 1 callersMethodCreateDeployKey
(name *string, key *string)
services/auth/github_client.go:22
↓ 1 callersFunctionCreateHttpClient
()
dream/helpers/helpers.go:128
↓ 1 callersMethodCreateP2PEvent
(cmd *command.Command, response res.Response)
pkg/vm-low-orbit/interface.go:26
↓ 1 callersMethodCreatePrivateKey
()
pkg/spore-drive/config/cloud.go:58
↓ 1 callersMethodCreatePrivateKey
()
pkg/spore-drive/config/cloud.go:159
↓ 1 callersMethodCreatePublicKey
()
pkg/spore-drive/config/cloud.go:59
↓ 1 callersMethodCreatePublicKey
()
pkg/spore-drive/config/cloud.go:171
↓ 1 callersMethodCreatePubsubEvent
(msg pubsubIface.Message)
pkg/vm-low-orbit/interface.go:25
↓ 1 callersMethodCreatePushHook
(name *string, url *string, devMode bool)
services/auth/github_client.go:23
↓ 1 callersMethodCreateRepository
(name *string, description *string, private *bool)
services/auth/github_client.go:95
↓ 1 callersMethodCreateRepository
(name *string, description *string, private *bool)
services/auth/mock_types_test.go:259
↓ 1 callersMethodCreateRepository
(name string, description string, private bool)
clients/http/auth/git/common/types.go:10
↓ 1 callersFunctionCreateTestConfig
CreateTestConfig creates a config.Node for testing based on TestConfig
services/auth/common_test.go:40
↓ 1 callersFunctionCreateTestProject
CreateTestProject registers the test project, repos, and domain with auth (no jobs pushed).
dream/helpers/helpers.go:209
↓ 1 callersFunctionCreateTestProjectWithJobs
CreateTestProjectWithJobs registers the test project and pushes config + code jobs, then waits for repos in TNS.
dream/helpers/helpers.go:272
↓ 1 callersMethodCur
()
services/auth/github_client.go:70
↓ 1 callersFunctionCurrent
(projectId, branch string)
pkg/specs/common/branching.go:3
↓ 1 callersFunctionCustomDomainChecker
(checker func(host string) bool)
pkg/http-auto/options/options.go:11
↓ 1 callersFunctionDFSBackend
(ctx context.Context)
pkg/vm/test_utils/backend.go:25
↓ 1 callersFunctionDFSBackendWithNode
(ctx context.Context)
pkg/vm/test_utils/backend.go:34
↓ 1 callersMethodData
()
pkg/config-compiler/ifaces/compiler.go:21
↓ 1 callersMethodDatabase
(name string, application string)
pkg/schema/project/resources.go:20
↓ 1 callersMethodDatabases
()
services/substrate/components/database/globals/p2p/stream/mock_test.go:75
↓ 1 callersMethodDecode
(data []byte)
pkg/kvdb/stats.go:49
↓ 1 callersMethodDecode
(b []byte)
p2p/streams/tunnels/http/request.go:98
↓ 1 callersFunctionDecodeMetadata
DecodeMetadata is the same as Decode, but is shorthand to enable metadata collection.
utils/mapstructure/mapstructure.go:134
↓ 1 callersFunctionDefaultURL
DefaultURL returns the dream API URL (always http://127.0.0.1:DreamApiPort).
tools/tau/clients/dream/client.go:16
↓ 1 callersFunctionDefine
(match StringMatch, attrs []*Attribute, children ...*Node)
pkg/tcc/engine/helpers.go:70
↓ 1 callersMethodDelete
()
tools/tau/cli/common/unimplemented.go:12
↓ 1 callersMethodDelete
(shape string)
pkg/spore-drive/config/cloud.go:24
↓ 1 callersMethodDelete
Delete removes a key (replicated via Raft) Returns ErrNotLeader if not leader
pkg/raft/interfaces.go:33
↓ 1 callersMethodDelete
(ctx context.Context)
services/auth/hooks/hooks.go:37
↓ 1 callersMethodDescription
()
pkg/schema/libraries/getter.go:25
↓ 1 callersMethodDescription
()
pkg/schema/messaging/getter.go:27
↓ 1 callersMethodDescription
()
pkg/schema/domains/getter.go:29
↓ 1 callersMethodDescription
()
pkg/schema/functions/getter.go:25
↓ 1 callersMethodDescription
()
pkg/schema/services/getter.go:25
← previousnext →2,801–2,900 of 13,103, ranked by callers