MCPcopy Create free account

hub / github.com/taubyte/tau / functions

Functions13,103 in github.com/taubyte/tau

MethodMonkeyClient
()
tools/taucorder/prompt/new.go:181
MethodMove
Move moves the directory to the provided path, returns a directory of the new path
utils/fs/dir/methods.go:44
MethodMove
rename self in parent
pkg/tcc/object/types.go:46
MethodMove
(from, to string)
pkg/tcc/object/generic.go:213
MethodMove
(from, to string)
pkg/tcc/object/generic.go:460
FunctionName
(c *cli.Command)
tools/dream/cli/command/name.go:19
MethodName
()
tools/tau/lib/run/plugin.go:16
MethodName
()
tools/tau/cli/commands/resources/library/iface.go:33
MethodName
()
tools/tau/cli/commands/resources/repository/types.go:10
MethodName
()
tools/tau/cli/commands/resources/website/iface.go:33
MethodName
()
tools/tau/config/profile.go:3
MethodName
()
core/services/substrate/components/p2p/service.go:58
MethodName
()
core/services/substrate/components/pubsub/service.go:38
MethodName
Name returns the name of the Factory
core/vm/plugin.go:16
MethodName
Name is the name this module was instantiated with. Exported functions can be imported with this name.
core/vm/module.go:8
MethodName
Name is the module-defined name of the function, which is not necessarily the same as its export name.
core/vm/instance.go:46
MethodName
()
pkg/mycelium/host/host.go:26
MethodName
()
pkg/mycelium/host/host.go:130
MethodName
()
pkg/mycelium/host/mocks/host.go:37
MethodName
()
pkg/starlark/module_test.go:14
MethodName
()
pkg/starlark/module_test.go:80
MethodName
()
pkg/starlark/module_test.go:475
MethodName
()
pkg/starlark/module_test.go:500
MethodName
()
pkg/vm-ops-orbit/init.go:35
MethodName
()
pkg/vm-ops-orbit/resource/factory.go:43
MethodName
()
pkg/vm-ops-orbit/node/factory.go:20
MethodName
Name returns the name of the image
pkg/containers/image.go:148
MethodName
()
pkg/vm-orbit/link/function_definition.go:5
MethodName
()
pkg/vm-orbit/tests/suite/builders/go/methods.go:42
MethodName
()
pkg/vm-orbit/satellite/vm/plugin.go:50
MethodName
()
pkg/tcc/object/generic.go:321
MethodName
()
pkg/vm-low-orbit/common.go:79
MethodName
()
pkg/vm-low-orbit/crypto/rand/factory.go:12
MethodName
()
pkg/vm-low-orbit/http/client/factory.go:12
MethodName
()
pkg/vm-low-orbit/database/client/factory.go:19
MethodName
()
pkg/vm-low-orbit/dns/factory.go:17
MethodName
()
pkg/vm-low-orbit/p2p/factory.go:21
MethodName
()
pkg/vm-low-orbit/storage/factory.go:21
MethodName
()
pkg/vm-low-orbit/pubsub/factory.go:13
MethodName
()
pkg/vm-low-orbit/i2mv/fifo/factory.go:12
MethodName
()
pkg/vm-low-orbit/i2mv/memoryView/factory.go:12
MethodName
()
pkg/vm-low-orbit/ipfs/client/factory.go:16
MethodName
()
pkg/vm-low-orbit/globals/factory.go:18
MethodName
()
pkg/vm-low-orbit/event/factory.go:12
MethodName
()
pkg/vm-low-orbit/ethereum/factory.go:16
MethodName
()
pkg/vm-low-orbit/self/factory.go:16
MethodName
()
pkg/raft/transport.go:96
MethodName
()
pkg/specs/builders/wasm/images/methods.go:75
MethodName
()
pkg/schema/project/methods.go:19
MethodName
()
pkg/schema/project/getter.go:19
MethodName
()
pkg/schema/application/getter.go:19
MethodName
()
pkg/schema/basic/types.go:37
MethodName
()
pkg/vm/service/wazero/callBridge/methods.go:9
MethodName
()
pkg/vm/service/wazero/callBridge/methods.go:117
MethodName
()
pkg/vm/service/wazero/mocks/methods.go:26
MethodName
()
p2p/streams/command/command.go:37
MethodName
()
dream/multiverse.go:104
MethodName
()
services/auth/projects/type.go:28
MethodName
()
services/substrate/components/p2p/function/function.go:91
MethodName
()
services/substrate/components/pubsub/function/function.go:67
MethodName
Name returns the name of the repository
clients/http/auth/git/github/repository.go:34
MethodNameIndex
()
pkg/specs/structure/library.go:38
MethodNamed
(name string)
pkg/raft/transport.go:104
MethodNames
()
pkg/cli/flags/bool.go:151
MethodNamespace
()
pkg/raft/cluster.go:457
MethodNetwork
()
pkg/spore-drive/drive/new.go:40
FunctionNew
(library *structureSpec.Library)
tools/tau/lib/library/methods.go:7
FunctionNew
(function *structureSpec.Function, templateURL string)
tools/tau/lib/function/methods.go:13
FunctionNew
(messaging *structureSpec.Messaging)
tools/tau/lib/messaging/methods.go:7
FunctionNew
(database *structureSpec.Database)
tools/tau/lib/database/methods.go:7
FunctionNew
* New creates a new project. It creates the config and code repositories and registers them with the auth server. It then creates a project on the aut
tools/tau/lib/project/new.go:34
FunctionNew
(service *structureSpec.Service)
tools/tau/lib/service/methods.go:7
FunctionNew
(storage *structureSpec.Storage)
tools/tau/lib/storage/methods.go:9
FunctionNew
(domain *structureSpec.Domain)
tools/tau/lib/domain/methods.go:8
FunctionNew
(smartops *structureSpec.SmartOp, templateURL string)
tools/tau/lib/smartops/methods.go:12
FunctionNew
(app *structureSpec.App)
tools/tau/lib/application/methods.go:99
FunctionNew
(name, provider, token string, setDefault bool)
tools/tau/lib/login/new.go:9
FunctionNew
(website *structureSpec.Website)
tools/tau/lib/website/methods.go:9
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new library`
tools/tau/cli/commands/resources/library/types.go:21
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new function`
tools/tau/cli/commands/resources/function/types.go:13
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new messaging`
tools/tau/cli/commands/resources/messaging/types.go:13
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new database`
tools/tau/cli/commands/resources/database/types.go:13
FunctionNew
()
tools/tau/cli/commands/resources/project/types.go:11
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new service`
tools/tau/cli/commands/resources/service/types.go:13
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new storage`
tools/tau/cli/commands/resources/storage/types.go:13
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new domain`
tools/tau/cli/commands/resources/domain/types.go:13
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new smartops`
tools/tau/cli/commands/resources/smartops/types.go:13
FunctionNew
()
tools/tau/cli/commands/resources/application/types.go:11
FunctionNew
New is called in tau/cli/new.go to attach the relative commands to their parents, i.e `new` => `new website`
tools/tau/cli/commands/resources/website/types.go:21
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/library/new.go:11
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/function/new.go:11
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/messaging/new.go:10
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/database/new.go:11
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/project/new.go:9
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/service/new.go:10
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/storage/new.go:13
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/domain/new.go:10
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/smartops/new.go:10
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/application/new.go:10
FunctionNew
(ctx *cli.Context)
tools/tau/prompts/website/new.go:13
← previousnext →6,701–6,800 of 13,103, ranked by callers